DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_OPERATION_RESOURCES

Line 198: insert into wip_operation_resources

194: end;
195:
196: -- if standard operation, add resources and instructions
197: if (adding_standard_op) then
198: insert into wip_operation_resources
199: (wip_entity_id,
200: operation_seq_num,
201: resource_seq_num,
202: organization_id,