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 1272: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode

1268: --
1269: -- Api body
1270: --
1271: BEGIN
1272: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode
1273: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
1274: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1275: ( p_api_version => 1.0 ,
1276: p_commit => fnd_api.g_false,

Line 1274: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES

1270: --
1271: BEGIN
1272: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines in update mode
1273: -- which calls charges API to update the record in CS_ESTIMATE_DETAILS
1274: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1275: ( p_api_version => 1.0 ,
1276: p_commit => fnd_api.g_false,
1277: p_init_msg_list => fnd_api.g_true,
1278: p_validation_level => fnd_api.g_valid_level_full,

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

1637: END IF;
1638: RAISE FND_API.G_EXC_ERROR;
1639: END IF;
1640:
1641: -- Call table handler CSD_REPAIR_ESTIMATE_PVT.Process_Estimate_Lines to
1642: -- delete the record in CS_ESTIMATE_DETAILS
1643: IF ( Fnd_Log.Level_Procedure >= G_debug_level) THEN
1644: FND_LOG.STRING(Fnd_Log.Level_Procedure,l_mod_name,'Call process_estimate_lines to delete charge line');
1645: END IF;

Line 1647: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES

1643: IF ( Fnd_Log.Level_Procedure >= G_debug_level) THEN
1644: FND_LOG.STRING(Fnd_Log.Level_Procedure,l_mod_name,'Call process_estimate_lines to delete charge line');
1645: END IF;
1646:
1647: CSD_REPAIR_ESTIMATE_PVT.PROCESS_ESTIMATE_LINES
1648: ( p_api_version => 1.0 ,
1649: p_commit => fnd_api.g_false,
1650: p_init_msg_list => fnd_api.g_true,
1651: p_validation_level => fnd_api.g_valid_level_full,