DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on PO_PA_INTEGRATION_GRP

Line 720: 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

716: If x_po_header_id is not null then --Bug 4044057
717:
718: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
719: /* Bug 6978184 : Added Condition (and not...) */
720: 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
721: RETURN( NULL );
722: end if;
723:
724: elsIf x_po_number is not null then --Bug 4044057

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

751: and poh.type_lookup_code = 'STANDARD'
752: and poh.segment1 = x_po_number
753: and pol.line_num = x_po_line_num;
754:
755: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then
756: RETURN( NULL );
757: end if;
758: end if;
759:

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

1581: and poh.type_lookup_code = 'STANDARD'
1582: and poh.segment1 = x_po_number
1583: and pol.line_num = x_po_line_num;
1584:
1585: if NOT PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date, l_po_header_id, l_po_line_id) then
1586: X_emp_job_id := NULL;
1587: X_Emp_Org_Id := NULL;
1588: RETURN;
1589: end if;