DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_OPERATIONS

Line 169: -- after the new op has been added to wip_operations

165: procedure add_resources(p_group_id in number) is
166: begin
167: -- add resources from interface table
168: -- note: if adding op on the fly, then this procedure should only be called
169: -- after the new op has been added to wip_operations
170: insert into wip_sub_operation_resources(
171: organization_id,
172: wip_entity_id,
173: repetitive_schedule_id,

Line 219: wip_operations wo,

215: SYSDATE,
216: wcti.created_by,
217: wcti.last_update_login
218: from bom_resources br,
219: wip_operations wo,
220: wip_cost_txn_interface wcti
221: where wcti.source_code = 'NEW_RES'
222: and wcti.group_id = p_group_id
223: and wcti.organization_id = wo.organization_id