DBA Data[Home] [Help]

APPS.XLA_00240_AAD_S_000003_PKG dependencies on XLA_ACCOUNTING_PKG

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

1053: IF (l_acc_rev_flag = 'Y') THEN
1054:
1055: -- 4645092 ------------------------------------------------------------------------------
1056: -- To allow MPA report to determine if it should generate report process
1057: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1058: ------------------------------------------------------------------------------------------
1059:
1060: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1061: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1635: IF (l_acc_rev_flag = 'Y') THEN
1636:
1637: -- 4645092 ------------------------------------------------------------------------------
1638: -- To allow MPA report to determine if it should generate report process
1639: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1640: ------------------------------------------------------------------------------------------
1641:
1642: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1643: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2217: IF (l_acc_rev_flag = 'Y') THEN
2218:
2219: -- 4645092 ------------------------------------------------------------------------------
2220: -- To allow MPA report to determine if it should generate report process
2221: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2222: ------------------------------------------------------------------------------------------
2223:
2224: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2225: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2799: IF (l_acc_rev_flag = 'Y') THEN
2800:
2801: -- 4645092 ------------------------------------------------------------------------------
2802: -- To allow MPA report to determine if it should generate report process
2803: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2804: ------------------------------------------------------------------------------------------
2805:
2806: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2807: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5547: -- When the number of events and that of header extract do not match,
5548: -- set the no header extract flag to indicate there are some issues
5549: -- in header extract.
5550: --
5551: -- Event count context is set in xla_accounting_pkg.unit_processor.
5552: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5553: -- to report it as a general error.
5554: --
5555: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

5548: -- set the no header extract flag to indicate there are some issues
5549: -- in header extract.
5550: --
5551: -- Event count context is set in xla_accounting_pkg.unit_processor.
5552: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5553: -- to report it as a general error.
5554: --
5555: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
5556: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN