DBA Data[Home] [Help]

APPS.WIP_OPERATION_RESOURCES_PKG dependencies on WIP_OPERATIONS

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

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

Line 217: wip_operations wo,

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