DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_TO_FORM_REPAIR_JOB_XREF

Line 5826: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');

5822:
5823: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
5824: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
5825: lc_mod_name||'beforecallxrefwrite',
5826: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
5827: END IF;
5828:
5829:
5830:

Line 5831: csd_to_form_repair_job_xref.validate_and_write(

5827: END IF;
5828:
5829:
5830:
5831: csd_to_form_repair_job_xref.validate_and_write(
5832: p_api_version_number => lc_api_version_number,
5833: p_init_msg_list => FND_API.G_FALSE,
5834: p_commit => FND_API.G_FALSE,
5835: p_validation_level => NULL,

Line 6481: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');

6477:
6478: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
6479: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
6480: lc_mod_name||'beforecallxrefwrite',
6481: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
6482: END IF;
6483:
6484: csd_to_form_repair_job_xref.validate_and_write(
6485: p_api_version_number => lc_api_version_number,

Line 6484: csd_to_form_repair_job_xref.validate_and_write(

6480: lc_mod_name||'beforecallxrefwrite',
6481: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
6482: END IF;
6483:
6484: csd_to_form_repair_job_xref.validate_and_write(
6485: p_api_version_number => lc_api_version_number,
6486: p_init_msg_list => FND_API.G_FALSE,
6487: p_commit => FND_API.G_FALSE,
6488: p_validation_level => NULL,

Line 6529: -- dbms_output.put_line('After call to csd_to_form_repair_job_xref.validate_and_write');

6525: x_return_status => x_return_status,
6526: x_msg_count => x_msg_count,
6527: x_msg_data => x_msg_data);
6528:
6529: -- dbms_output.put_line('After call to csd_to_form_repair_job_xref.validate_and_write');
6530:
6531:
6532: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6533: ROLLBACK to GENERATE_WIP_JOBS_FROM_SCS_PVT ;