DBA Data[Home] [Help]

APPS.AMS_MET_TPL_ASSOC_PVT dependencies on AMS_MET_TPL_ASSOCS_PKG

Line 164: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Insert_Row)

160:
161: Ams_Utility_Pvt.debug_message( 'Private API: Calling create table handler');
162: END IF;
163:
164: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Insert_Row)
165: Ams_Met_Tpl_Assocs_Pkg.Insert_Row(
166: p_metric_tpl_assoc_id => l_METRIC_TPL_ASSOC_ID,
167: p_last_update_date => SYSDATE,
168: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 165: Ams_Met_Tpl_Assocs_Pkg.Insert_Row(

161: Ams_Utility_Pvt.debug_message( 'Private API: Calling create table handler');
162: END IF;
163:
164: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Insert_Row)
165: Ams_Met_Tpl_Assocs_Pkg.Insert_Row(
166: p_metric_tpl_assoc_id => l_METRIC_TPL_ASSOC_ID,
167: p_last_update_date => SYSDATE,
168: p_last_updated_by => FND_GLOBAL.USER_ID,
169: p_creation_date => SYSDATE,

Line 414: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Update_Row)

410:
411: Ams_Utility_Pvt.debug_message('Private API: Calling update table handler');
412: END IF;
413:
414: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Update_Row)
415: Ams_Met_Tpl_Assocs_Pkg.Update_Row(
416: p_metric_tpl_assoc_id => p_met_tpl_assoc_rec.metric_tpl_assoc_id,
417: p_last_update_date => SYSDATE,
418: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 415: Ams_Met_Tpl_Assocs_Pkg.Update_Row(

411: Ams_Utility_Pvt.debug_message('Private API: Calling update table handler');
412: END IF;
413:
414: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Update_Row)
415: Ams_Met_Tpl_Assocs_Pkg.Update_Row(
416: p_metric_tpl_assoc_id => p_met_tpl_assoc_rec.metric_tpl_assoc_id,
417: p_last_update_date => SYSDATE,
418: p_last_updated_by => FND_GLOBAL.USER_ID,
419: p_last_update_login => FND_GLOBAL.CONC_LOGIN_ID,

Line 557: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Delete_Row)

553:
554: Ams_Utility_Pvt.debug_message( 'Private API: Calling delete table handler');
555: END IF;
556:
557: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Delete_Row)
558: Ams_Met_Tpl_Assocs_Pkg.Delete_Row(
559: p_METRIC_TPL_ASSOC_ID => p_METRIC_TPL_ASSOC_ID);
560: --
561: -- End of API body

Line 558: Ams_Met_Tpl_Assocs_Pkg.Delete_Row(

554: Ams_Utility_Pvt.debug_message( 'Private API: Calling delete table handler');
555: END IF;
556:
557: -- Invoke table handler(AMS_MET_TPL_ASSOCS_PKG.Delete_Row)
558: Ams_Met_Tpl_Assocs_Pkg.Delete_Row(
559: p_METRIC_TPL_ASSOC_ID => p_METRIC_TPL_ASSOC_ID);
560: --
561: -- End of API body
562: --