DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_CANCEL_PVT dependencies on PO_CORE_S

Line 106: IF PO_CORE_S.is_encumbrance_on (

102: -- Set the org context to the operating unit of the document.
103: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --
104:
105: -- Check whether req encumbrance is enabled for this operating unit.
106: IF PO_CORE_S.is_encumbrance_on (
107: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION,
108: p_org_id => l_document_org_id )
109: THEN
110: l_encumbrance_flag := 'Y';

Line 107: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION,

103: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --
104:
105: -- Check whether req encumbrance is enabled for this operating unit.
106: IF PO_CORE_S.is_encumbrance_on (
107: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION,
108: p_org_id => l_document_org_id )
109: THEN
110: l_encumbrance_flag := 'Y';
111: ELSE