DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on WIP_ENTITIES

Line 203: FROM wip_entities we

199: l_ae_txn_rec.txn_src_type_id = 5) THEN
200: l_stmt_num := 27;
201: SELECT entity_type
202: INTO l_ae_txn_rec.wip_entity_type
203: FROM wip_entities we
204: WHERE we.wip_entity_id = l_ae_txn_rec.txn_src_id;
205:
206: ELSE
207:

Line 361: FROM wip_entities we

357: wt.transaction_id = i_transaction_id;
358:
359: SELECT entity_type
360: INTO l_ae_txn_rec.wip_entity_type
361: FROM wip_entities we
362: WHERE we.wip_entity_id = l_ae_txn_rec.txn_src_id;
363:
364: if (l_ae_txn_rec.exp_item = 1) then
365: select

Line 8141: wip_entities we

8137: we.wip_entity_id
8138: into
8139: l_ae_line_rec.wip_entity_id
8140: from wip_transactions wt,
8141: wip_entities we
8142: where we.wip_entity_id = wt.wip_entity_id
8143: and wt.transaction_id = i_ae_txn_rec.transaction_id;
8144:
8145: /* Check if there are Cost Details. */

Line 8547: wip_entities we

8543: into l_entity_type,
8544: l_wip_entity_id,
8545: l_line_id
8546: from wip_transactions wt,
8547: wip_entities we
8548: where we.wip_entity_id = wt.wip_entity_id
8549: and wt.transaction_id = i_ae_txn_rec.transaction_id;
8550:
8551: IF g_debug_flag = 'Y' THEN