DBA Data[Home] [Help]

APPS.AMS_DM_BINVALUES_PVT dependencies on AMS_DM_BIN_VALUES_PKG

Line 162: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Insert_Row)

158:
159: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
160: END IF;
161:
162: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Insert_Row)
163: AMS_DM_BIN_VALUES_PKG.Insert_Row(
164: px_bin_value_id => l_dm_binvalues_rec.bin_value_id,
165: p_last_update_date => SYSDATE,
166: p_last_updated_by => G_USER_ID,

Line 163: AMS_DM_BIN_VALUES_PKG.Insert_Row(

159: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
160: END IF;
161:
162: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Insert_Row)
163: AMS_DM_BIN_VALUES_PKG.Insert_Row(
164: px_bin_value_id => l_dm_binvalues_rec.bin_value_id,
165: p_last_update_date => SYSDATE,
166: p_last_updated_by => G_USER_ID,
167: p_creation_date => SYSDATE,

Line 439: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Update_Row)

435:
436: AMS_UTILITY_PVT.debug_message('Private API: Calling update table handler');
437: END IF;
438:
439: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Update_Row)
440: AMS_DM_BIN_VALUES_PKG.Update_Row(
441: p_bin_value_id => l_tar_dm_binvalues_rec.bin_value_id,
442: p_last_update_date => SYSDATE,
443: p_last_updated_by => G_USER_ID,

Line 440: AMS_DM_BIN_VALUES_PKG.Update_Row(

436: AMS_UTILITY_PVT.debug_message('Private API: Calling update table handler');
437: END IF;
438:
439: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Update_Row)
440: AMS_DM_BIN_VALUES_PKG.Update_Row(
441: p_bin_value_id => l_tar_dm_binvalues_rec.bin_value_id,
442: p_last_update_date => SYSDATE,
443: p_last_updated_by => G_USER_ID,
444: p_creation_date => SYSDATE,

Line 625: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Delete_Row)

621:
622: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
623: END IF;
624:
625: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Delete_Row)
626: AMS_DM_BIN_VALUES_PKG.Delete_Row(
627: p_BIN_VALUE_ID => p_BIN_VALUE_ID);
628: --
629: -- End of API body

Line 626: AMS_DM_BIN_VALUES_PKG.Delete_Row(

622: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
623: END IF;
624:
625: -- Invoke table handler(AMS_DM_BIN_VALUES_PKG.Delete_Row)
626: AMS_DM_BIN_VALUES_PKG.Delete_Row(
627: p_BIN_VALUE_ID => p_BIN_VALUE_ID);
628: --
629: -- End of API body
630: --