DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_LINES_PVT dependencies on CSD_REPAIR_ESTIMATE_PVT

Line 745: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in create mode

741: FND_LOG.STRING(Fnd_Log.Level_Procedure,l_mod_name,'Call process_estimate_lines to create charge lines');
742: END IF;
743:
744: -- For WIP we will have charge record as input but we create charge record for MANUAL
745: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in create mode
746: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
747: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
748: ( p_api_version => 1.0 ,
749: p_commit => fnd_api.g_false,

Line 747: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES

743:
744: -- For WIP we will have charge record as input but we create charge record for MANUAL
745: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in create mode
746: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
747: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
748: ( p_api_version => 1.0 ,
749: p_commit => fnd_api.g_false,
750: p_init_msg_list => fnd_api.g_true,
751: p_validation_level => fnd_api.g_valid_level_full,

Line 1281: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode

1277: --
1278: -- Api body
1279: --
1280: BEGIN
1281: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode
1282: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
1283: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1284: ( p_api_version => 1.0 ,
1285: p_commit => fnd_api.g_false,

Line 1283: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES

1279: --
1280: BEGIN
1281: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode
1282: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
1283: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1284: ( p_api_version => 1.0 ,
1285: p_commit => fnd_api.g_false,
1286: p_init_msg_list => fnd_api.g_true,
1287: p_validation_level => fnd_api.g_valid_level_full,

Line 1650: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines to

1646: END IF;
1647: RAISE FND_API.G_EXC_ERROR;
1648: END IF;
1649:
1650: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines to
1651: -- delete the record in CS_ESTIMATE_DETAILS
1652: IF ( Fnd_Log.Level_Procedure >= G_debug_level) THEN
1653: FND_LOG.STRING(Fnd_Log.Level_Procedure,l_mod_name,'Call process_estimate_lines to delete charge line');
1654: END IF;

Line 1656: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES

1652: IF ( Fnd_Log.Level_Procedure >= G_debug_level) THEN
1653: FND_LOG.STRING(Fnd_Log.Level_Procedure,l_mod_name,'Call process_estimate_lines to delete charge line');
1654: END IF;
1655:
1656: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1657: ( p_api_version => 1.0 ,
1658: p_commit => fnd_api.g_false,
1659: p_init_msg_list => fnd_api.g_true,
1660: p_validation_level => fnd_api.g_valid_level_full,