DBA Data[Home] [Help]

APPS.CSTPLCAC dependencies on WIP_ENTITIES

Line 127: from wip_entities we

123:
124: l_stmt_num := 45;
125: select we.entity_type
126: into l_wip_entity_type
127: from wip_entities we
128: where we.wip_entity_id = i_wip_entity_id and
129: we.entity_type in (1,3,4); /* excludes Repetitive */
130:
131:

Line 1238: from wip_entities we

1234:
1235: l_stmt_num := 15;
1236: select we.entity_type
1237: into l_wip_entity_type
1238: from wip_entities we
1239: where we.wip_entity_id = i_wip_entity_id and
1240: we.entity_type in (1,3,4); /* excludes Repetitive */
1241:
1242: