DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on WIP_OPERATION_RESOURCE_USAGE

Line 3423: INSERT into wip_operation_resource_usage

3419: fnd_file.put_line(fnd_file.log, 'WSMPOPRN.copy_plan_to_execution: Inserted '||SQL%ROWCOUNT
3420: ||' rows in WIP_OP_RESOURCE_INSTANCES');
3421: end if;
3422:
3423: INSERT into wip_operation_resource_usage
3424: (WIP_ENTITY_ID,
3425: OPERATION_SEQ_NUM,
3426: RESOURCE_SEQ_NUM,
3427: REPETITIVE_SCHEDULE_ID,

Line 3480: ||' rows in wip_operation_resource_usage');

3476: END IF;
3477:
3478: if (l_debug = 'Y') then
3479: fnd_file.put_line(fnd_file.log, 'WSMPOPRN.copy_plan_to_execution: Inserted '||SQL%ROWCOUNT
3480: ||' rows in wip_operation_resource_usage');
3481: end if;
3482:
3483: l_stmt_num := 100;
3484: