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 1235: from wip_entities we

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