DBA Data[Home] [Help]

APPS.XLA_00275_AAD_S_000004_BC_PKG dependencies on XLA_ACCOUNTING_PKG

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

796: IF (l_acc_rev_flag = 'Y') THEN
797:
798: -- 4645092 ------------------------------------------------------------------------------
799: -- To allow MPA report to determine if it should generate report process
800: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
801: ------------------------------------------------------------------------------------------
802:
803: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
804: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1341: IF (l_acc_rev_flag = 'Y') THEN
1342:
1343: -- 4645092 ------------------------------------------------------------------------------
1344: -- To allow MPA report to determine if it should generate report process
1345: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1346: ------------------------------------------------------------------------------------------
1347:
1348: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1349: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1882: IF (l_acc_rev_flag = 'Y') THEN
1883:
1884: -- 4645092 ------------------------------------------------------------------------------
1885: -- To allow MPA report to determine if it should generate report process
1886: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1887: ------------------------------------------------------------------------------------------
1888:
1889: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1890: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3336: -- When the number of events and that of header extract do not match,
3337: -- set the no header extract flag to indicate there are some issues
3338: -- in header extract.
3339: --
3340: -- Event count context is set in xla_accounting_pkg.unit_processor.
3341: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
3342: -- to report it as a general error.
3343: --
3344: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

3337: -- set the no header extract flag to indicate there are some issues
3338: -- in header extract.
3339: --
3340: -- Event count context is set in xla_accounting_pkg.unit_processor.
3341: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
3342: -- to report it as a general error.
3343: --
3344: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
3345: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN