DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_OPERATION_RESOURCES

Line 200: insert into wip_operation_resources

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

Line 1322: delete from wip_operation_resources

1318: wip_utilities.get_message_stack(p_msg =>X_Error_Message);
1319: X_Return_Status := 'W';
1320: END IF;
1321:
1322: delete from wip_operation_resources
1323: where wip_entity_id = P_Wip_Entity_Id
1324: and organization_id = P_Organization_Id
1325: and operation_seq_num = P_Operation_Seq_Num;
1326: