DBA Data[Home] [Help]

APPS.XLA_00801_AAD_S_000003_PKG dependencies on XLA_ACCOUNTING_PKG

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

1076: IF (l_acc_rev_flag = 'Y') THEN
1077:
1078: -- 4645092 ------------------------------------------------------------------------------
1079: -- To allow MPA report to determine if it should generate report process
1080: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1081: ------------------------------------------------------------------------------------------
1082:
1083: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1084: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1582: IF (l_acc_rev_flag = 'Y') THEN
1583:
1584: -- 4645092 ------------------------------------------------------------------------------
1585: -- To allow MPA report to determine if it should generate report process
1586: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1587: ------------------------------------------------------------------------------------------
1588:
1589: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1590: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2865: -- When the number of events and that of header extract do not match,
2866: -- set the no header extract flag to indicate there are some issues
2867: -- in header extract.
2868: --
2869: -- Event count context is set in xla_accounting_pkg.unit_processor.
2870: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
2871: -- to report it as a general error.
2872: --
2873: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

2866: -- set the no header extract flag to indicate there are some issues
2867: -- in header extract.
2868: --
2869: -- Event count context is set in xla_accounting_pkg.unit_processor.
2870: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
2871: -- to report it as a general error.
2872: --
2873: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
2874: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN