DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on STANDARD

Line 289: AND POD.distribution_type in ('STANDARD', 'PLANNED')

285: INTO X_encumbered_quantity
286: FROM PO_DISTRIBUTIONS_ALL POD
287: WHERE POD.po_line_id = X_po_line_id
288: AND POD.encumbered_flag = 'Y'
289: AND POD.distribution_type in ('STANDARD', 'PLANNED')
290: ;
291:
292: RETURN(X_encumbered_quantity);
293:

Line 413: AND shipment_type in ('STANDARD', 'PLANNED');

409: X_amount_received,
410: X_amount_billed
411: FROM po_line_locations
412: WHERE po_line_id = X_po_line_id
413: AND shipment_type in ('STANDARD', 'PLANNED');
414:
415: X_Progress := '030';
416: l_is_global_agreement := PO_GA_PVT.is_global_agreement(X_po_header_id);
417:

Line 508: p_doc_subtype => 'STANDARD');

504: -- Bug 3565522 : get the archive mode
505: X_Progress := '130';
506: l_archive_mode_std_po := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
507: p_doc_type => 'PO',
508: p_doc_subtype => 'STANDARD');
509: X_Progress := '140';
510: IF PO_CORE_S.is_encumbrance_on( p_doc_type => 'PO',
511: p_org_id => l_current_org_id)
512: THEN