DBA Data[Home] [Help]

APPS.AMS_METRIC_TEMPLATE_PVT dependencies on AMS_MET_TPL_HEADERS_B_PKG

Line 156: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Insert_Row)

152:
153: Ams_Utility_Pvt.debug_message( 'Private API: Calling create table handler');
154: END IF;
155:
156: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Insert_Row)
157: Ams_Met_Tpl_Headers_B_Pkg.Insert_Row(
158: px_metric_tpl_header_id => l_metric_tpl_header_id,
159: p_last_update_date => SYSDATE,
160: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 157: Ams_Met_Tpl_Headers_B_Pkg.Insert_Row(

153: Ams_Utility_Pvt.debug_message( 'Private API: Calling create table handler');
154: END IF;
155:
156: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Insert_Row)
157: Ams_Met_Tpl_Headers_B_Pkg.Insert_Row(
158: px_metric_tpl_header_id => l_metric_tpl_header_id,
159: p_last_update_date => SYSDATE,
160: p_last_updated_by => FND_GLOBAL.USER_ID,
161: p_creation_date => SYSDATE,

Line 416: Ams_Utility_Pvt.debug_message('Private API: Calling Ams_Met_Tpl_Headers_B_Pkg.Update_Row');

412:
413: -- Debug Message
414: IF (AMS_DEBUG_HIGH_ON) THEN
415:
416: Ams_Utility_Pvt.debug_message('Private API: Calling Ams_Met_Tpl_Headers_B_Pkg.Update_Row');
417: END IF;
418:
419: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Update_Row)
420: Ams_Met_Tpl_Headers_B_Pkg.Update_Row(

Line 419: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Update_Row)

415:
416: Ams_Utility_Pvt.debug_message('Private API: Calling Ams_Met_Tpl_Headers_B_Pkg.Update_Row');
417: END IF;
418:
419: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Update_Row)
420: Ams_Met_Tpl_Headers_B_Pkg.Update_Row(
421: p_metric_tpl_header_id => l_ref_metric_tpl_header_rec.metric_tpl_header_id,
422: p_last_update_date => SYSDATE,
423: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 420: Ams_Met_Tpl_Headers_B_Pkg.Update_Row(

416: Ams_Utility_Pvt.debug_message('Private API: Calling Ams_Met_Tpl_Headers_B_Pkg.Update_Row');
417: END IF;
418:
419: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Update_Row)
420: Ams_Met_Tpl_Headers_B_Pkg.Update_Row(
421: p_metric_tpl_header_id => l_ref_metric_tpl_header_rec.metric_tpl_header_id,
422: p_last_update_date => SYSDATE,
423: p_last_updated_by => FND_GLOBAL.USER_ID,
424: p_last_update_login => FND_GLOBAL.CONC_LOGIN_ID,

Line 592: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Delete_Row)

588:
589: Ams_Utility_Pvt.debug_message( 'PRIVATE API: Calling DELETE TABLE handler');
590: END IF;
591:
592: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Delete_Row)
593: Ams_Met_Tpl_Headers_B_Pkg.Delete_Row(
594: p_METRIC_TPL_HEADER_ID => p_METRIC_TPL_HEADER_ID);
595: --
596: -- End of API body

Line 593: Ams_Met_Tpl_Headers_B_Pkg.Delete_Row(

589: Ams_Utility_Pvt.debug_message( 'PRIVATE API: Calling DELETE TABLE handler');
590: END IF;
591:
592: -- Invoke table handler(AMS_MET_TPL_HEADERS_B_PKG.Delete_Row)
593: Ams_Met_Tpl_Headers_B_Pkg.Delete_Row(
594: p_METRIC_TPL_HEADER_ID => p_METRIC_TPL_HEADER_ID);
595: --
596: -- End of API body
597: --