DBA Data[Home] [Help]

APPS.PO_VENDOR_SITES_SV dependencies on STANDARD

Line 1191: (p_document_subtype = 'STANDARD')) then

1187: set xml_flag = l_xml_flag -- bug 2764348
1188: where po_release_id = p_document_id;
1189:
1190: elsif ((p_document_type = 'PO') and
1191: (p_document_subtype = 'STANDARD')) then
1192:
1193: update po_headers_all
1194: set xml_flag = l_xml_flag -- bug 2764348
1195: where po_header_id = p_document_id;

Line 1364: -- 'STANDARD', 'PLANNED', 'BLANKET', 'CONTRACT', 'SCHEDULED'

1360: -- po_header_id for POs and PAs, po_release_id for releases
1361: --p_document_type
1362: -- 'PO', 'PA', 'RELEASE'
1363: --p_document_subtype
1364: -- 'STANDARD', 'PLANNED', 'BLANKET', 'CONTRACT', 'SCHEDULED'
1365: --p_preparer_id
1366: -- IN OUT parameter for the buyer of the PO; can be passed as null
1367: --p_retrieve_only_flag
1368: -- if this is 'Y', we will not update the xml_flag in the database. This is