DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on WIP_ENTITIES

Line 18434: AND (SELECT entity_type from wip_entities where wip_entity_id = POD.wip_entity_id)= 6)) /* Encumbrance project */

18430: -- Bug 8326256, Bug 8468327, Bug 8468328: For SHOP FLOOR destination type
18431: -- distributions the GL date validation should be skipped.
18432: AND (NVL(POD.destination_type_code,'EXPENSE') <> 'SHOP FLOOR' /* 8326256 */
18433: OR (NVL(POD.destination_type_code,'EXPENSE') = 'SHOP FLOOR'
18434: AND (SELECT entity_type from wip_entities where wip_entity_id = POD.wip_entity_id)= 6)) /* Encumbrance project */
18435: AND ( ( p_doc_type = g_document_type_PA
18436: AND POH.encumbrance_required_flag = 'Y'
18437: )
18438: OR ( p_doc_type <> g_document_type_PA )