DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on FND_FLEX_APIS

Line 537: IF (fnd_flex_apis.IS_DESCR_SETUP(552,'GMD_QC_RESULTS_FLEX')

533: from dual;
534:
535: l_place := 10;
536: -- Make sure flex field can be copied or not
537: IF (fnd_flex_apis.IS_DESCR_SETUP(552,'GMD_QC_RESULTS_FLEX')
538: and p_copy_flex_field = 'Y') THEN
539: p_copy_flex := 'Y';
540: END IF;
541:

Line 860: IF (fnd_flex_apis.IS_DESCR_SETUP(552,'GMD_QC_COMPOSITE_RESULTS_FLEX')

856: x_message_data => l_message_data
857: );
858: ELSE
859: -- Make sure flex field can be copied or not
860: IF (fnd_flex_apis.IS_DESCR_SETUP(552,'GMD_QC_COMPOSITE_RESULTS_FLEX')
861: and p_copy_flex_field = 'Y') THEN
862: p_copy_flex := 'Y';
863: END IF;
864: FOR c_temp_table_cmpt_row IN c_temp_table_cmpt LOOP