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 1340: -- 'STANDARD', 'PLANNED', 'BLANKET', 'CONTRACT', 'SCHEDULED'

1336: -- po_header_id for POs and PAs, po_release_id for releases
1337: --p_document_type
1338: -- 'PO', 'PA', 'RELEASE'
1339: --p_document_subtype
1340: -- 'STANDARD', 'PLANNED', 'BLANKET', 'CONTRACT', 'SCHEDULED'
1341: --p_preparer_id
1342: -- IN OUT parameter for the buyer of the PO; can be passed as null
1343: --p_retrieve_only_flag
1344: -- if this is 'Y', we will not update the xml_flag in the database. This is