DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_TO_FORM_REPAIR_JOB_XREF

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

6820:
6821: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
6822: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
6823: lc_mod_name||'beforecallxrefwrite',
6824: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
6825: END IF;
6826:
6827:
6828:

Line 6829: csd_to_form_repair_job_xref.validate_and_write(

6825: END IF;
6826:
6827:
6828:
6829: csd_to_form_repair_job_xref.validate_and_write(
6830: p_api_version_number => lc_api_version_number,
6831: p_init_msg_list => FND_API.G_FALSE,
6832: p_commit => FND_API.G_FALSE,
6833: p_validation_level => NULL,

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

7691:
7692: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
7693: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
7694: lc_mod_name||'beforecallxrefwrite',
7695: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
7696: END IF;
7697:
7698: csd_to_form_repair_job_xref.validate_and_write(
7699: p_api_version_number => lc_api_version_number,

Line 7698: csd_to_form_repair_job_xref.validate_and_write(

7694: lc_mod_name||'beforecallxrefwrite',
7695: 'Just before calling csd_to_form_repair_job_xref.validate_and_write');
7696: END IF;
7697:
7698: csd_to_form_repair_job_xref.validate_and_write(
7699: p_api_version_number => lc_api_version_number,
7700: p_init_msg_list => FND_API.G_FALSE,
7701: p_commit => FND_API.G_FALSE,
7702: p_validation_level => NULL,

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

7739: x_return_status => x_return_status,
7740: x_msg_count => x_msg_count,
7741: x_msg_data => x_msg_data);
7742:
7743: -- dbms_output.put_line('After call to csd_to_form_repair_job_xref.validate_and_write');
7744:
7745:
7746: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7747: ROLLBACK to GENERATE_WIP_JOBS_FROM_SCS_PVT ;