DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_ACCOUNTING_UTIL

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

1248: --bug# 2842342
1249: --call reverse accruals API
1250:
1251: --Bug# 3156924
1252: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_mass_rbk_date);
1253:
1254: -- Sales Tax Project changes Bug: 4622963 - START
1255:
1256: -- Important Note: 'Mass-Rebook' is not a seeded trx type

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

1788: RAISE Okl_Api.G_EXCEPTION_ERROR;
1789: END IF;
1790:
1791: --Bug# 3397688 : Call function to get valid open period date
1792: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_rebook_date);
1793:
1794: -- Sales Tax Project changes Bug: 4622963 - START
1795: okl_la_sales_tax_pvt.process_sales_tax(
1796: p_api_version => p_api_version,