DBA Data[Home] [Help]

APPS.HR_DU_DO_DATAPUMP dependencies on HR_API_MODULES

Line 242: hr_api_modules api

238: CURSOR csr_process_order IS
239: SELECT des2.value
240: FROM hr_du_descriptors des1,
241: hr_du_descriptors des2,
242: hr_api_modules api
243: WHERE des1.upload_id = p_upload_id
244: and upper(des1.descriptor) = 'API'
245: and upper(des2.descriptor) = 'PROCESS ORDER'
246: and des2.descriptor_type = 'D'

Line 387: -- p_api_module_id - api_module id relating to HR_API_MODULES

383: --
384: -- p_pval_field - The name of which column the information
385: -- should be in.
386: --
387: -- p_api_module_id - api_module id relating to HR_API_MODULES
388: --
389: -- p_mapping_type - The output target i.e. 'D' (datapump) or
390: -- 'R' (referencing)
391: --

Line 1418: hr_api_modules api,

1414:
1415: CURSOR csr_apis IS
1416: SELECT api.api_module_id, des1.upload_header_id
1417: FROM hr_du_descriptors des2,
1418: hr_api_modules api,
1419: hr_du_descriptors des1
1420: WHERE des2.upload_id = p_upload_id
1421: AND upper(des2.descriptor) = 'PROCESS ORDER'
1422: AND des2.DESCRIPTOR_TYPE = 'D'

Line 1492: -- heading is related to in the HR_API_MODULES table.

1488: -- p_line_id - Identifies the upload_line_id for the column
1489: -- heading line in question.
1490: --
1491: -- p_api_module_id - Holds the id of the API to which the column
1492: -- heading is related to in the HR_API_MODULES table.
1493: --
1494: -- p_upload_id - Holds the upload id to destinguish between
1495: -- entries in the HR_DU_UPLOADS table.
1496: --

Line 2035: ('HR_API_MODULES', g_values_table(i).r_api_id,

2031:
2032:
2033: FOR i IN 1..l_table_size LOOP
2034: l_api_name := hr_du_dp_pc_conversion.return_field_value
2035: ('HR_API_MODULES', g_values_table(i).r_api_id,
2036: 'API_MODULE_ID', 'MODULE_NAME');
2037:
2038: l_api_module_id := g_values_table(i).r_api_id;
2039: