DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on STANDARD

Line 751: and poh.type_lookup_code = 'STANDARD'

747: into l_po_header_id, l_po_line_id
748: from po_headers poh,
749: po_lines pol
750: where poh.po_header_id = pol.po_header_id
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

Line 1581: and poh.type_lookup_code = 'STANDARD'

1577: into l_po_header_id, l_po_line_id
1578: from po_headers poh,
1579: po_lines pol
1580: where poh.po_header_id = pol.po_header_id
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