DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV10 dependencies on PO_CORE_S

Line 313: po_core_s4.get_mtl_parameters(X_ship_to_org_id, NULL,

309: po_items_sv2.get_item_status (X_item_id,
310: X_ship_to_org_id,
311: x_item_status );
312:
313: po_core_s4.get_mtl_parameters(X_ship_to_org_id, NULL,
314: x_project_references_enabled,
315: x_project_control_level);
316:
317: EXCEPTION

Line 355: IF PO_CORE_S.is_encumbrance_on(p_doc_type => 'RELEASE',

351: -- Bug 3565522 : get the archive mode
352: l_archive_mode_rel := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
353: p_doc_type => 'RELEASE',
354: p_doc_subtype => 'BLANKET');
355: IF PO_CORE_S.is_encumbrance_on(p_doc_type => 'RELEASE',
356: p_org_id => l_current_org_id)
357: THEN
358: l_encumbrance_on := 'Y';
359: ELSE