DBA Data[Home] [Help]

APPS.AMS_CTD_PRM_VAL_PVT dependencies on AMS_CTD_PARAM_VALUES_PKG

Line 132: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Insert_Row)

128:
129: -- Debug Message
130: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
131:
132: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Insert_Row)
133: AMS_CTD_PARAM_VALUES_PKG.Insert_Row(
134: px_action_param_value_id => l_action_param_value_id,
135: p_action_param_value => p_ctd_prm_val_rec.action_param_value,
136: p_ctd_id => p_ctd_prm_val_rec.ctd_id,

Line 133: AMS_CTD_PARAM_VALUES_PKG.Insert_Row(

129: -- Debug Message
130: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
131:
132: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Insert_Row)
133: AMS_CTD_PARAM_VALUES_PKG.Insert_Row(
134: px_action_param_value_id => l_action_param_value_id,
135: p_action_param_value => p_ctd_prm_val_rec.action_param_value,
136: p_ctd_id => p_ctd_prm_val_rec.ctd_id,
137: p_action_param_id => p_ctd_prm_val_rec.action_param_id,

Line 321: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Update_Row)

317:
318: -- Debug Message
319: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
320:
321: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Update_Row)
322: AMS_CTD_PARAM_VALUES_PKG.Update_Row(
323: p_action_param_value_id => p_ctd_prm_val_rec.action_param_value_id,
324: p_action_param_value => p_ctd_prm_val_rec.action_param_value,
325: p_ctd_id => p_ctd_prm_val_rec.ctd_id,

Line 322: AMS_CTD_PARAM_VALUES_PKG.Update_Row(

318: -- Debug Message
319: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
320:
321: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Update_Row)
322: AMS_CTD_PARAM_VALUES_PKG.Update_Row(
323: p_action_param_value_id => p_ctd_prm_val_rec.action_param_value_id,
324: p_action_param_value => p_ctd_prm_val_rec.action_param_value,
325: p_ctd_id => p_ctd_prm_val_rec.ctd_id,
326: p_action_param_id => p_ctd_prm_val_rec.action_param_id,

Line 444: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Delete_Row)

440: --
441: -- Debug Message
442: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
443:
444: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Delete_Row)
445: AMS_CTD_PARAM_VALUES_PKG.Delete_Row(
446: p_ACTION_PARAM_VALUE_ID => p_ACTION_PARAM_VALUE_ID);
447: --
448: -- End of API body

Line 445: AMS_CTD_PARAM_VALUES_PKG.Delete_Row(

441: -- Debug Message
442: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
443:
444: -- Invoke table handler(AMS_CTD_PARAM_VALUES_PKG.Delete_Row)
445: AMS_CTD_PARAM_VALUES_PKG.Delete_Row(
446: p_ACTION_PARAM_VALUE_ID => p_ACTION_PARAM_VALUE_ID);
447: --
448: -- End of API body
449: --