DBA Data[Home] [Help]

APPS.XLA_08901_AAD_S_000002_BC_PKG dependencies on XLA_ACCOUNTING_PKG

Line 1697: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

1693: IF (l_acc_rev_flag = 'Y') THEN
1694:
1695: -- 4645092 ------------------------------------------------------------------------------
1696: -- To allow MPA report to determine if it should generate report process
1697: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1698: ------------------------------------------------------------------------------------------
1699:
1700: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1701: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 2254: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

2250: IF (l_acc_rev_flag = 'Y') THEN
2251:
2252: -- 4645092 ------------------------------------------------------------------------------
2253: -- To allow MPA report to determine if it should generate report process
2254: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2255: ------------------------------------------------------------------------------------------
2256:
2257: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2258: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 2811: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

2807: IF (l_acc_rev_flag = 'Y') THEN
2808:
2809: -- 4645092 ------------------------------------------------------------------------------
2810: -- To allow MPA report to determine if it should generate report process
2811: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2812: ------------------------------------------------------------------------------------------
2813:
2814: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2815: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 3368: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

3364: IF (l_acc_rev_flag = 'Y') THEN
3365:
3366: -- 4645092 ------------------------------------------------------------------------------
3367: -- To allow MPA report to determine if it should generate report process
3368: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3369: ------------------------------------------------------------------------------------------
3370:
3371: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3372: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 3935: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

3931: IF (l_acc_rev_flag = 'Y') THEN
3932:
3933: -- 4645092 ------------------------------------------------------------------------------
3934: -- To allow MPA report to determine if it should generate report process
3935: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3936: ------------------------------------------------------------------------------------------
3937:
3938: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3939: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 4502: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';

4498: IF (l_acc_rev_flag = 'Y') THEN
4499:
4500: -- 4645092 ------------------------------------------------------------------------------
4501: -- To allow MPA report to determine if it should generate report process
4502: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4503: ------------------------------------------------------------------------------------------
4504:
4505: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4506: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

Line 7080: -- Event count context is set in xla_accounting_pkg.unit_processor.

7076: -- When the number of events and that of header extract do not match,
7077: -- set the no header extract flag to indicate there are some issues
7078: -- in header extract.
7079: --
7080: -- Event count context is set in xla_accounting_pkg.unit_processor.
7081: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7082: -- to report it as a general error.
7083: --
7084: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

Line 7081: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting

7077: -- set the no header extract flag to indicate there are some issues
7078: -- in header extract.
7079: --
7080: -- Event count context is set in xla_accounting_pkg.unit_processor.
7081: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7082: -- to report it as a general error.
7083: --
7084: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7085: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN