DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on WIP_ENTITIES

Line 176: FROM wip_entities we

172:
173:
174: SELECT MAX(primary_item_id)
175: INTO l_item_id
176: FROM wip_entities we
177: WHERE we.wip_entity_id = p_txn_source_id;
178:
179: -----------------------------------------------------------------------
180: -- Primary item id may be NULL for non-standard jobs

Line 992: from wip_entities

988: ----------------------
989: l_statement := 70;
990: select entity_type
991: into l_entity_type
992: from wip_entities
993: where wip_entity_id = l_wip_entity_id;
994:
995: if (l_entity_type not in (6,7)) then
996: x_zero_cost_flag := l_zero_cost_flag;

Line 1196: from wip_entities

1192: ---------------------------------------------
1193: l_statement := 50;
1194: select entity_type
1195: into l_entity_type
1196: from wip_entities
1197: where wip_entity_id = p_wip_entity_id;
1198:
1199: if (l_entity_type in (6,7)) then
1200: ---------------------------------------------