DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on PO_PA_INTEGRATION_GRP

Line 792: if ( (x_po_header_id <> l_po_header_id or x_po_line_id <> l_po_line_id) and not (PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date,x_po_header_id,x_po_line_id)) ) then

788: If x_po_header_id is not null then --Bug 4044057
789:
790: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
791: /* Bug 6978184 : Added Condition (and not...) */
792: if ( (x_po_header_id <> l_po_header_id or x_po_line_id <> l_po_line_id) and not (PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date,x_po_header_id,x_po_line_id)) ) then
793: RETURN( NULL );
794: end if;
795:
796: elsIf x_po_number is not null then --Bug 4044057

Line 827: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then

823: and poh.type_lookup_code = 'STANDARD'
824: and poh.segment1 = x_po_number
825: and pol.line_num = x_po_line_num;
826:
827: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then
828: RETURN( NULL );
829: end if;
830: end if;
831:

Line 1839: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then

1835: and poh.type_lookup_code = 'STANDARD'
1836: and poh.segment1 = x_po_number
1837: and pol.line_num = x_po_line_num;
1838:
1839: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then
1840: X_emp_job_id := NULL;
1841: X_Emp_Org_Id := NULL;
1842: RETURN;
1843: end if;