Following query finds the parameters and the value sets that are associated with a Concurrent Program. Change concurrent program name (fcpl.user_concurrent_program_name, see below) according to your search criteria. In this example, my concurrent program name is "XX AR Conversion Program".
-------------------------------------------------------------------------------
-- Query to find Parameters and Value Sets associated with a Concurrent Program
-------------------------------------------------------------------------------
SELECT 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",
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"
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 fcpl.user_concurrent_program_name = 'IFFCO HRMS : Costing Summary Report - Consolidated' --
ORDER BY fdfcuv.column_seq_num;
Ur's
AmarAlam
-------------------------------------------------------------------------------
-- Query to find Parameters and Value Sets associated with a Concurrent Program
-------------------------------------------------------------------------------
SELECT 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",
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"
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 fcpl.user_concurrent_program_name = 'IFFCO HRMS : Costing Summary Report - Consolidated' --
ORDER BY fdfcuv.column_seq_num;
Ur's
AmarAlam
4 comments:
Hybris Java support experts are not so challenging to track down. Besides, the stage is not difficult to keep up with and doesn't need an enormous in-house improvement group. There are many experienced Java engineers available, so you don't need to recruit costly experts for Hybris improvement and, much of the time, need just a single SAP Hybris designer with cutting edge combination skill. Whenever contrasted with its rival, even Salesforce CRM counseling administrations need expensive support, while the improvement of the altered arrangement has a lot higher rates>> hybris ecommerce developers
A friend of mine asked me about the Query to find Parameters. I searched about this topic and find a post that has all answers of Query to find Parameters and Value Sets associated with a Concurrent Program. I shared this post link with my friend. In between of this post I got some details of the sentence fragments quiz website. This website has a lot of users. Everyone can Test their grammar in just a few minutes by answering ten questions.
The e-learning services provided by Attract Group are truly exceptional. The user-friendly interface, interactive features, and engaging content make the learning experience both informative and enjoyable. The fusion of cutting-edge technology and innovative teaching methods ensures that students have access to quality education tailored to their needs. With a diverse range of topics and courses available, Attract Group's e-learning platform is a valuable resource for individuals looking to expand their knowledge and skills in a convenient and flexible way.
Post a Comment