DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_TO_FORM_REPAIR_HISTORY

Line 6892: 'Just before calling csd_to_form_repair_history.validate_and_write');

6888:
6889: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
6890: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
6891: lc_mod_name||'beforecallhistwrite',
6892: 'Just before calling csd_to_form_repair_history.validate_and_write');
6893: END IF;
6894:
6895:
6896:

Line 6897: csd_to_form_repair_history.validate_and_write(

6893: END IF;
6894:
6895:
6896:
6897: csd_to_form_repair_history.validate_and_write(
6898: p_api_version_number => lc_api_version_number,
6899: p_init_msg_list => FND_API.G_FALSE,
6900: p_commit => FND_API.G_FALSE,
6901: p_validation_level => NULL,

Line 7759: 'Just before calling csd_to_form_repair_history.validate_and_write');

7755:
7756: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
7757: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
7758: lc_mod_name||'beforecallhistwrite',
7759: 'Just before calling csd_to_form_repair_history.validate_and_write');
7760: END IF;
7761:
7762: csd_to_form_repair_history.validate_and_write(
7763: p_api_version_number => lc_api_version_number,

Line 7762: csd_to_form_repair_history.validate_and_write(

7758: lc_mod_name||'beforecallhistwrite',
7759: 'Just before calling csd_to_form_repair_history.validate_and_write');
7760: END IF;
7761:
7762: csd_to_form_repair_history.validate_and_write(
7763: p_api_version_number => lc_api_version_number,
7764: p_init_msg_list => FND_API.G_FALSE,
7765: p_commit => FND_API.G_FALSE,
7766: p_validation_level => NULL,

Line 7832: -- dbms_output.put_line('after call to csd_to_form_repair_history.validate_and_write');

7828: x_return_status => x_return_status,
7829: x_msg_count => x_msg_count,
7830: x_msg_data => x_msg_data);
7831:
7832: -- dbms_output.put_line('after call to csd_to_form_repair_history.validate_and_write');
7833:
7834: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7835: ROLLBACK to GENERATE_WIP_JOBS_FROM_SCS_PVT ;
7836: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then