DBA Data[Home] [Help]

APPS.HR_DU_DO_ENTITIES dependencies on HR_DU_DP_PC_CONVERSION

Line 143: l_temp_id := hr_du_dp_pc_conversion.return_field_value

139: --check to see if referencing column is a generic reference. If null
140: --then it is
141: IF l_parent_api_module_number IS NOT NULL THEN
142: --want to extract the value in the id column
143: l_temp_id := hr_du_dp_pc_conversion.return_field_value
144: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
145: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
146:
147: hr_du_utility.message('INFO','l_temp_id 1 : ' || l_temp_id , 65);

Line 168: l_temp_id := hr_du_dp_pc_conversion.return_field_value

164: END IF;
165: --generic column
166: ELSE
167: --want to extract both the table and id values
168: l_temp_id := hr_du_dp_pc_conversion.return_field_value
169: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
170: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
171:
172: hr_du_utility.message('INFO','l_temp_id 2 : ' || l_temp_id , 90);

Line 177: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value

173:
174: -- Check to see if there's a value with in the reference column
175: --of that api_module
176: IF l_temp_id IS NOT NULL THEN
177: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value
178: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
179: 'UPLOAD_LINE_ID', l_pval_api_module_number);
180:
181: hr_du_utility.message('INFO', 'l_temp_api_module : ' || l_temp_api_module , 95);

Line 395: l_temp_id := hr_du_dp_pc_conversion.return_field_value

391: --then it is
392:
393: IF l_parent_api_module_number IS NOT NULL THEN
394: --want to extract the value in the id column
395: l_temp_id := hr_du_dp_pc_conversion.return_field_value
396: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
397: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
398:
399: --Check to see if there's a value with in the reference column of

Line 420: l_temp_id := hr_du_dp_pc_conversion.return_field_value

416:
417: --generic column
418: ELSE
419: --want to extract both the table and id values
420: l_temp_id := hr_du_dp_pc_conversion.return_field_value
421: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
422: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
423:
424: -- Check to see if there's a value with in the reference column

Line 427: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value

423:
424: -- Check to see if there's a value with in the reference column
425: --of that api_module
426: IF l_temp_id IS NOT NULL THEN
427: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value
428: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
429: 'UPLOAD_LINE_ID', l_pval_api_module_number);
430:
431:

Line 650: l_temp_id := hr_du_dp_pc_conversion.return_field_value

646: --check to see if referencing column is a generic reference. If null
647: --then it is
648: IF l_parent_api_module_number IS NOT NULL THEN
649: --want to extract the value in the id column
650: l_temp_id := hr_du_dp_pc_conversion.return_field_value
651: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
652: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
653:
654: --Check to see if there's a value with in the reference column of

Line 673: l_temp_id := hr_du_dp_pc_conversion.return_field_value

669: END IF;
670: --generic column
671: ELSE
672: --want to extract both the table and id values
673: l_temp_id := hr_du_dp_pc_conversion.return_field_value
674: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
675: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
676:
677: --Check to see if there's a value with in the reference column

Line 680: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value

676:
677: --Check to see if there's a value with in the reference column
678: --of that api_module
679: IF l_temp_id IS NOT NULL THEN
680: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value
681: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
682: 'UPLOAD_LINE_ID', l_pval_api_module_number);
683:
684: hr_du_utility.message('INFO', 'l_temp_api_module : ' || l_temp_api_module , 75);

Line 886: l_temp_id := hr_du_dp_pc_conversion.return_field_value

882: --check to see if referencing column is a generic reference. If null
883: --then it is
884: IF l_parent_api_module_number IS NOT NULL THEN
885: --want to extract the value in the id column
886: l_temp_id := hr_du_dp_pc_conversion.return_field_value
887: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
888: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
889:
890: hr_du_utility.message('INFO','l_temp_id 1 : ' || l_temp_id , 55);

Line 913: l_temp_id := hr_du_dp_pc_conversion.return_field_value

909: --generic column
910: ELSE
911:
912: --want to extract both the table and id values
913: l_temp_id := hr_du_dp_pc_conversion.return_field_value
914: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
915: 'UPLOAD_LINE_ID', l_pval_parent_line_id);
916:
917: -- Check to see if there's a value with in the reference column

Line 920: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value

916:
917: -- Check to see if there's a value with in the reference column
918: --of that api_module
919: IF l_temp_id IS NOT NULL THEN
920: l_temp_api_module := hr_du_dp_pc_conversion.return_field_value
921: ('HR_DU_UPLOAD_LINES', p_upload_line_id,
922: 'UPLOAD_LINE_ID', l_pval_api_module_number);
923:
924: hr_du_utility.message('INFO', 'l_temp_api_module : ' || l_temp_api_module,