DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_CORE_S

Line 2353: l_encumbrance_on := PO_CORE_S.is_encumbrance_on(

2349: ELSE
2350: l_enc_type := 'PO';
2351: END IF;
2352:
2353: l_encumbrance_on := PO_CORE_S.is_encumbrance_on(
2354: p_doc_type => l_enc_type
2355: , p_org_id => NULL --defaults to current context
2356: );
2357: --

Line 2519: PO_CORE_S.get_inv_org_ou_id

2515: IF (x_po_header_record.type_lookup_code NOT IN ('BLANKET', 'RFQ'))
2516: THEN
2517: --< Bug 3265539 >
2518: -- Derive the operating unit associated with the ship-to org
2519: PO_CORE_S.get_inv_org_ou_id
2520: (x_return_status => l_return_status,
2521: p_inv_org_id => x_po_shipment_record.ship_to_organization_id,
2522: x_ou_id => l_ship_to_ou_id);
2523: