DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on HR_GENERAL

Line 525: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN

521: END IF;
522: END LOOP;
523:
524: --check that job_id is valid within the relevant business group.
525: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN
526: -- xbg profile is N or job business_group_id is null
527: FORALL i IN 1 .. p_id_tbl.COUNT
528: INSERT INTO po_validation_results_gt
529: (result_set_id,

Line 699: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN

695: END IF;
696:
697: x_result_type := po_validations.c_result_type_success;
698:
699: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN
700: -- xbg profile is N but job_business_group_id not in FSP
701: FORALL i IN 1 .. p_id_tbl.COUNT
702: INSERT INTO po_validation_results_gt
703: (result_set_id,