DBA Data[Home] [Help]

APPS.WIP_OP_RESOURCES_UTILITIES dependencies on WIP_COST_TXN_INTERFACE

Line 185: from wip_cost_txn_interface

181: X_count NUMBER := 0;
182: tct BOOLEAN;
183: cursor discrete_wcti_check is
184: select 1
185: from wip_cost_txn_interface
186: where organization_id = X_Organization_Id
187: and wip_entity_id = X_Wip_Entity_Id
188: and operation_seq_num = X_Operation_Seq_Num
189: and resource_seq_num = X_Resource_Seq_Num;

Line 201: from wip_cost_txn_interface

197: and resource_seq_num = X_Resource_Seq_Num;
198:
199: cursor repetitive_wcti_check is
200: select 1
201: from wip_cost_txn_interface
202: where organization_id = X_Organization_Id
203: and wip_entity_id = X_Wip_Entity_Id
204: and operation_seq_num = X_Operation_Seq_Num
205: and resource_seq_num = X_Resource_Seq_Num