Development Steps For Panaya Id

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Development Steps for Panaya Id -648

Description of the Task:

Value set XXNS_CONTRACT_NUMBERS needs retrofitment in R12.Synonym APPS.OKC_K_HEADERS_B points to table OKC.OKC_K_HEADERS_B in Oracle 11i and points to OKC.OKC_K_HEADERS_ALL. OKC_K_HEADERS_B Table is replaced by OKC_K_HEADERS_ALL_B in Value set.

Query to find out the value set attached to concurrent program:

SELECT fdfcuv.flex_value_set_id "Value Set ID", ffvs.flex_value_set_name "Value Set Name", flv.meaning "Default Type", fdfcuv.default_value "Default Value", fcpl.user_concurrent_program_name "Concurrent Program Name", fcp.concurrent_program_name "Program Short Name", fdfcuv.column_seq_num "Column Seq #", fdfcuv.end_user_column_name "Parameter Name", fdfcuv.form_left_prompt "Prompt Name", fdfcuv.enabled_flag "Enabled Flag", fdfcuv.required_flag "Required Flag", fdfcuv.display_flag "Display Flag" FROM fnd_concurrent_programs fcp, fnd_concurrent_programs_tl fcpl, fnd_descr_flex_col_usage_vl fdfcuv, fnd_flex_value_sets ffvs, fnd_lookup_values flv WHERE fcp.concurrent_program_id = fcpl.concurrent_program_id AND fdfcuv.descriptive_flexfield_name = '$SRS$.' || fcp.concurrent_program_name AND ffvs.flex_value_set_id = fdfcuv.flex_value_set_id AND flv.lookup_type(+) = 'FLEX_DEFAULT_TYPE' AND flv.lookup_code(+) = fdfcuv.default_type AND fcpl.LANGUAGE = USERENV('LANG') AND flv.LANGUAGE(+) = USERENV('LANG') AND fdfcuv.enabled_flag = 'Y' AND ffvs.flex_value_set_name ='XXNS_CONTRACT_NUMBER'

List of concurrent programs using the value set: Value set Name XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER XXNS_CONTRACT_NUMBER Concurrent program Name XXNS - General Service Contract Quote(Kaiser) XXNS - Partial Loss Data Populate XXNS - Partial Loss Commit to Install Base XXNS Management Quote XXNS - General Service Contract Quote(Kaiser) XXNS - Service Contracts Quote XXNS - Partial Loss Report

Valuset Changes: Existing Value set:

Screen shot of error before retrofitemnt:

Modifications in value set: Changes are marked in Red :

Unit testing : Testcase1:

You might also like