DBA Data[Home] [Help]

APPS.BIX_DM_SESSIONINFO_SUMMARY_PKG dependencies on BIX_DM_SESSBYCAMP_PKG

Line 1005: g_message := 'Calling bix_dm_sessbycamp_pkg.populate_all ';

1001: /*
1002: *CALL the procedure to populate the session by campaign tables
1003: */
1004:
1005: g_message := 'Calling bix_dm_sessbycamp_pkg.populate_all ';
1006: write_log(g_pkg_name, l_proc_name, g_message);
1007:
1008: g_message := '--------------------------------------------------------';
1009: write_log(g_pkg_name, l_proc_name, g_message);

Line 1011: BIX_DM_SESSBYCAMP_PKG.populate_all(errbuf,retcode, to_char(g_collect_start_date, 'YYYY/MM/DD HH24:MI:SS') ,

1007:
1008: g_message := '--------------------------------------------------------';
1009: write_log(g_pkg_name, l_proc_name, g_message);
1010:
1011: BIX_DM_SESSBYCAMP_PKG.populate_all(errbuf,retcode, to_char(g_collect_start_date, 'YYYY/MM/DD HH24:MI:SS') ,
1012: to_char(g_collect_end_date, 'YYYY/MM/DD HH24:MI:SS') );
1013:
1014: g_message := 'Returned to BIX_DM_SESSIONINFO:Completed BIX_DM_SESSBYCAMP';
1015: write_log(g_pkg_name, l_proc_name, g_message);