DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on STANDARD

Line 823: and poh.type_lookup_code = 'STANDARD'

819: into l_po_header_id, l_po_line_id
820: from po_headers poh,
821: po_lines pol
822: where poh.po_header_id = pol.po_header_id
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

Line 1835: and poh.type_lookup_code = 'STANDARD'

1831: into l_po_header_id, l_po_line_id
1832: from po_headers poh,
1833: po_lines pol
1834: where poh.po_header_id = pol.po_header_id
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