DBA Data[Home] [Help]

APPS.HR_ADE_ADI_DATA_SETUP dependencies on HR_INTEGRATION_UTILS

Line 352: l_bne_value := 'hr_integration_utils.add_hr_param_list_to_content';

348: --
349: -- Step 5. Add HR Param list to content
350: --
351: --if not general
352: l_bne_value := 'hr_integration_utils.add_hr_param_list_to_content';
353: l_sql_statement :=
354: 'BEGIN ' ||
355: l_bne_value ||
356: ' (:1,:2);' ||

Line 384: l_bne_value := 'hr_integration_utils.register_integrator_to_form';

380: --
381: IF p_form_name IS NOT NULL and
382: p_form_name <> 'GENERAL' THEN
383: l_user_integrator_name := to_char(p_application_id) || ':' || l_integrator_code;
384: l_bne_value := 'hr_integration_utils.register_integrator_to_form';
385: l_sql_statement :=
386: 'BEGIN ' ||
387: l_bne_value ||
388: ' (:1,:2); ' ||

Line 617: l_bne_value := 'hr_integration_utils.add_hr_upload_list_to_integ';

613: CLOSE csr_int;
614: --
615: -- Step 3. Set upload param list for integrator
616: --
617: l_bne_value := 'hr_integration_utils.add_hr_upload_list_to_integ';
618: l_sql_statement :=
619: 'BEGIN ' ||
620: l_bne_value ||
621: ' (:1,:2); ' ||

Line 932: l_bne_value := 'hr_integration_utils.add_hr_param_list_to_content';

928: CLOSE csr_int;
929: --
930: -- Step 4. Add HR Param List to content
931: --
932: l_bne_value := 'hr_integration_utils.add_hr_param_list_to_content';
933: l_sql_statement :=
934: 'BEGIN ' ||
935: l_bne_value ||
936: ' (:1,:2);' ||

Line 1012: l_bne_value := 'hr_integration_utils.add_hr_upload_list_to_integ';

1008: CLOSE csr_int;
1009: --
1010: -- Step 6. Set upload param list for integrator
1011: --
1012: l_bne_value := 'hr_integration_utils.add_hr_upload_list_to_integ';
1013: l_sql_statement :=
1014: 'BEGIN ' ||
1015: l_bne_value ||
1016: ' (:1,:2); ' ||

Line 1028: l_bne_value := 'hr_integration_utils.register_integrator_to_form';

1024: --
1025: IF p_form_name IS NOT NULL and
1026: p_form_name <> 'GENERAL' THEN
1027: l_user_integrator_name := to_char(p_application_id) || ':' || l_integrator_code;
1028: l_bne_value := 'hr_integration_utils.register_integrator_to_form';
1029: l_sql_statement :=
1030: 'BEGIN ' ||
1031: l_bne_value ||
1032: ' (:1,:2); ' ||

Line 1213: hr_integration_utils.add_sql_to_content

1209: fnd_message.set_name('PER','PER_289713_ADI_INVALID_PARAM');
1210: fnd_message.raise_error;
1211: --
1212: ELSE
1213: hr_integration_utils.add_sql_to_content
1214: (p_application_id => p_application_id
1215: ,p_intg_user_name => p_intg_user_name
1216: ,p_sql => p_sql
1217: ,p_param1_name => p_param1_name