DBA Data[Home] [Help]

APPS.XLA_00206_AAD_S_000004_PKG dependencies on XLA_ACCOUNTING_PKG

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

1058: IF (l_acc_rev_flag = 'Y') THEN
1059:
1060: -- 4645092 ------------------------------------------------------------------------------
1061: -- To allow MPA report to determine if it should generate report process
1062: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1063: ------------------------------------------------------------------------------------------
1064:
1065: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1066: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1613: IF (l_acc_rev_flag = 'Y') THEN
1614:
1615: -- 4645092 ------------------------------------------------------------------------------
1616: -- To allow MPA report to determine if it should generate report process
1617: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1618: ------------------------------------------------------------------------------------------
1619:
1620: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1621: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2152: IF (l_acc_rev_flag = 'Y') THEN
2153:
2154: -- 4645092 ------------------------------------------------------------------------------
2155: -- To allow MPA report to determine if it should generate report process
2156: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2157: ------------------------------------------------------------------------------------------
2158:
2159: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2160: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2691: IF (l_acc_rev_flag = 'Y') THEN
2692:
2693: -- 4645092 ------------------------------------------------------------------------------
2694: -- To allow MPA report to determine if it should generate report process
2695: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2696: ------------------------------------------------------------------------------------------
2697:
2698: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2699: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

7472: -- When the number of events and that of header extract do not match,
7473: -- set the no header extract flag to indicate there are some issues
7474: -- in header extract.
7475: --
7476: -- Event count context is set in xla_accounting_pkg.unit_processor.
7477: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7478: -- to report it as a general error.
7479: --
7480: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

7473: -- set the no header extract flag to indicate there are some issues
7474: -- in header extract.
7475: --
7476: -- Event count context is set in xla_accounting_pkg.unit_processor.
7477: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7478: -- to report it as a general error.
7479: --
7480: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7481: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN