DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_TO_FORM_REPAIR_HISTORY

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

5890:
5891: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
5892: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
5893: lc_mod_name||'beforecallhistwrite',
5894: 'Just before calling csd_to_form_repair_history.validate_and_write');
5895: END IF;
5896:
5897:
5898:

Line 5899: csd_to_form_repair_history.validate_and_write(

5895: END IF;
5896:
5897:
5898:
5899: csd_to_form_repair_history.validate_and_write(
5900: p_api_version_number => lc_api_version_number,
5901: p_init_msg_list => FND_API.G_FALSE,
5902: p_commit => FND_API.G_FALSE,
5903: p_validation_level => NULL,

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

6541:
6542: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
6543: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
6544: lc_mod_name||'beforecallhistwrite',
6545: 'Just before calling csd_to_form_repair_history.validate_and_write');
6546: END IF;
6547:
6548: csd_to_form_repair_history.validate_and_write(
6549: p_api_version_number => lc_api_version_number,

Line 6548: csd_to_form_repair_history.validate_and_write(

6544: lc_mod_name||'beforecallhistwrite',
6545: 'Just before calling csd_to_form_repair_history.validate_and_write');
6546: END IF;
6547:
6548: csd_to_form_repair_history.validate_and_write(
6549: p_api_version_number => lc_api_version_number,
6550: p_init_msg_list => FND_API.G_FALSE,
6551: p_commit => FND_API.G_FALSE,
6552: p_validation_level => NULL,

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

6614: x_return_status => x_return_status,
6615: x_msg_count => x_msg_count,
6616: x_msg_data => x_msg_data);
6617:
6618: -- dbms_output.put_line('after call to csd_to_form_repair_history.validate_and_write');
6619:
6620: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6621: ROLLBACK to GENERATE_WIP_JOBS_FROM_SCS_PVT ;
6622: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then