DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on WIP_OPERATION_RESOURCE_USAGE

Line 3422: INSERT into wip_operation_resource_usage

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

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

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