DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_ACCOUNTING_UTIL

Line 1154: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_mass_rbk_date);

1150: --bug# 2842342
1151: --call reverse accruals API
1152:
1153: --Bug# 3156924
1154: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_mass_rbk_date);
1155:
1156: -- Sales Tax Project changes Bug: 4622963 - START
1157:
1158: -- Important Note: 'Mass-Rebook' is not a seeded trx type

Line 1783: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_rebook_date);

1779: --ndani - 14-Mar-2013, End - Rebook accounting fix
1780:
1781:
1782: --Bug# 3397688 : Call function to get valid open period date
1783: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_rebook_date);
1784:
1785: -- Sales Tax Project changes Bug: 4622963 - START
1786: okl_la_sales_tax_pvt.process_sales_tax(
1787: p_api_version => p_api_version,