DBA Data[Home] [Help]

APPS.MTH_PROCESS_TXN_PKG dependencies on FND_DATE

Line 59: l_recal_from_date := fnd_date.canonical_to_date(p_recal_from_date_str);

55: mth_util_pkg.log_msg('p_recal_to_date_str = ' || p_recal_to_date_str, mth_util_pkg.G_DBG_MAIN_PARAM);
56:
57: IF (p_mode = 'RECAL') THEN
58:
59: l_recal_from_date := fnd_date.canonical_to_date(p_recal_from_date_str);
60: l_recal_to_date := nvl(fnd_date.canonical_to_date(p_recal_to_date_str),sysdate);
61:
62: mth_util_pkg.log_msg('l_recal_from_date = ' || fnd_date.date_to_canonical(l_recal_from_date), mth_util_pkg.G_DBG_MAIN_PARAM);
63: mth_util_pkg.log_msg('l_recal_to_date = ' || fnd_date.date_to_canonical(l_recal_to_date), mth_util_pkg.G_DBG_MAIN_PARAM);

Line 60: l_recal_to_date := nvl(fnd_date.canonical_to_date(p_recal_to_date_str),sysdate);

56:
57: IF (p_mode = 'RECAL') THEN
58:
59: l_recal_from_date := fnd_date.canonical_to_date(p_recal_from_date_str);
60: l_recal_to_date := nvl(fnd_date.canonical_to_date(p_recal_to_date_str),sysdate);
61:
62: mth_util_pkg.log_msg('l_recal_from_date = ' || fnd_date.date_to_canonical(l_recal_from_date), mth_util_pkg.G_DBG_MAIN_PARAM);
63: mth_util_pkg.log_msg('l_recal_to_date = ' || fnd_date.date_to_canonical(l_recal_to_date), mth_util_pkg.G_DBG_MAIN_PARAM);
64:

Line 62: mth_util_pkg.log_msg('l_recal_from_date = ' || fnd_date.date_to_canonical(l_recal_from_date), mth_util_pkg.G_DBG_MAIN_PARAM);

58:
59: l_recal_from_date := fnd_date.canonical_to_date(p_recal_from_date_str);
60: l_recal_to_date := nvl(fnd_date.canonical_to_date(p_recal_to_date_str),sysdate);
61:
62: mth_util_pkg.log_msg('l_recal_from_date = ' || fnd_date.date_to_canonical(l_recal_from_date), mth_util_pkg.G_DBG_MAIN_PARAM);
63: mth_util_pkg.log_msg('l_recal_to_date = ' || fnd_date.date_to_canonical(l_recal_to_date), mth_util_pkg.G_DBG_MAIN_PARAM);
64:
65: END IF;
66:

Line 63: mth_util_pkg.log_msg('l_recal_to_date = ' || fnd_date.date_to_canonical(l_recal_to_date), mth_util_pkg.G_DBG_MAIN_PARAM);

59: l_recal_from_date := fnd_date.canonical_to_date(p_recal_from_date_str);
60: l_recal_to_date := nvl(fnd_date.canonical_to_date(p_recal_to_date_str),sysdate);
61:
62: mth_util_pkg.log_msg('l_recal_from_date = ' || fnd_date.date_to_canonical(l_recal_from_date), mth_util_pkg.G_DBG_MAIN_PARAM);
63: mth_util_pkg.log_msg('l_recal_to_date = ' || fnd_date.date_to_canonical(l_recal_to_date), mth_util_pkg.G_DBG_MAIN_PARAM);
64:
65: END IF;
66:
67: --Validations