DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on WIP_MASSLOAD_PUB

Line 1053: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_group_id,

1049:
1050: if (l_default_ro_item = 'Y') then
1051:
1052: --This code is change to online create the wipjob without use the concurrent program.
1053: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_group_id,
1054: p_validationLevel => p_validation_level,
1055: x_wipEntityID => l_wip_entity_id,
1056: x_returnStatus => x_return_status,
1057: x_errorMsg => x_msg_data );

Line 1220: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_group_id,

1216:
1217: if (l_default_ro_item = 'Y') then
1218:
1219: --This code is change to online create the wipjob without use the concurrent program.
1220: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_group_id,
1221: p_validationLevel => p_validation_level,
1222: x_wipEntityID => l_wip_entity_id,
1223: x_returnStatus => x_return_status,
1224: x_errorMsg => x_msg_data );

Line 2001: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');

1997:
1998: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
1999: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
2000: lc_mod_name||'beforecallcreateonejob',
2001: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');
2002: END IF;
2003:
2004: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.group_id,
2005: p_validationLevel => p_validation_level,

Line 2004: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.group_id,

2000: lc_mod_name||'beforecallcreateonejob',
2001: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');
2002: END IF;
2003:
2004: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.group_id,
2005: p_validationLevel => p_validation_level,
2006: x_wipEntityID => x_wip_entity_id,
2007: x_returnStatus => x_return_status,
2008: x_errorMsg => x_msg_data );