DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on HR_GENERAL

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

530: END IF;
531: END LOOP;
532:
533: --check that job_id is valid within the relevant business group.
534: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN
535: -- xbg profile is N or job business_group_id is null
536: FORALL i IN 1 .. p_id_tbl.COUNT
537: INSERT INTO po_validation_results_gt
538: (result_set_id,

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

704: END IF;
705:
706: x_result_type := po_validations.c_result_type_success;
707:
708: IF NVL(hr_general.get_xbg_profile, 'N') = 'N' THEN
709: -- xbg profile is N but job_business_group_id not in FSP
710: FORALL i IN 1 .. p_id_tbl.COUNT
711: INSERT INTO po_validation_results_gt
712: (result_set_id,