DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_CORE_S

Line 2500: l_encumbrance_on := PO_CORE_S.is_encumbrance_on(

2496: ELSE
2497: l_enc_type := 'PO';
2498: END IF;
2499:
2500: l_encumbrance_on := PO_CORE_S.is_encumbrance_on(
2501: p_doc_type => l_enc_type
2502: , p_org_id => NULL --defaults to current context
2503: );
2504: --

Line 2694: PO_CORE_S.get_inv_org_ou_id

2690: IF (x_po_header_record.type_lookup_code NOT IN ('BLANKET', 'RFQ'))
2691: THEN
2692: --< Bug 3265539 >
2693: -- Derive the operating unit associated with the ship-to org
2694: PO_CORE_S.get_inv_org_ou_id
2695: (x_return_status => l_return_status,
2696: p_inv_org_id => x_po_shipment_record.ship_to_organization_id,
2697: x_ou_id => l_ship_to_ou_id);
2698: