DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on STANDARD

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

290: INTO X_encumbered_quantity
291: FROM PO_DISTRIBUTIONS_ALL POD
292: WHERE POD.po_line_id = X_po_line_id
293: AND POD.encumbered_flag = 'Y'
294: AND POD.distribution_type in ('STANDARD', 'PLANNED')
295: ;
296:
297: RETURN(X_encumbered_quantity);
298:

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

414: X_amount_received,
415: X_amount_billed
416: FROM po_line_locations
417: WHERE po_line_id = X_po_line_id
418: AND shipment_type in ('STANDARD', 'PLANNED');
419:
420: X_Progress := '030';
421: l_is_global_agreement := PO_GA_PVT.is_global_agreement(X_po_header_id);
422:

Line 513: p_doc_subtype => 'STANDARD');

509: -- Bug 3565522 : get the archive mode
510: X_Progress := '130';
511: l_archive_mode_std_po := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
512: p_doc_type => 'PO',
513: p_doc_subtype => 'STANDARD');
514: X_Progress := '140';
515: IF PO_CORE_S.is_encumbrance_on( p_doc_type => 'PO',
516: p_org_id => l_current_org_id)
517: THEN