DBA Data[Home] [Help]

APPS.XLA_08901_AAD_S_000002_PKG dependencies on XLA_ACCOUNTING_PKG

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

1871: IF (l_acc_rev_flag = 'Y') THEN
1872:
1873: -- 4645092 ------------------------------------------------------------------------------
1874: -- To allow MPA report to determine if it should generate report process
1875: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1876: ------------------------------------------------------------------------------------------
1877:
1878: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1879: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2368: IF (l_acc_rev_flag = 'Y') THEN
2369:
2370: -- 4645092 ------------------------------------------------------------------------------
2371: -- To allow MPA report to determine if it should generate report process
2372: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2373: ------------------------------------------------------------------------------------------
2374:
2375: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2376: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3009: IF (l_acc_rev_flag = 'Y') THEN
3010:
3011: -- 4645092 ------------------------------------------------------------------------------
3012: -- To allow MPA report to determine if it should generate report process
3013: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3014: ------------------------------------------------------------------------------------------
3015:
3016: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3017: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3506: IF (l_acc_rev_flag = 'Y') THEN
3507:
3508: -- 4645092 ------------------------------------------------------------------------------
3509: -- To allow MPA report to determine if it should generate report process
3510: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3511: ------------------------------------------------------------------------------------------
3512:
3513: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3514: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

4092: IF (l_acc_rev_flag = 'Y') THEN
4093:
4094: -- 4645092 ------------------------------------------------------------------------------
4095: -- To allow MPA report to determine if it should generate report process
4096: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4097: ------------------------------------------------------------------------------------------
4098:
4099: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4100: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

4589: IF (l_acc_rev_flag = 'Y') THEN
4590:
4591: -- 4645092 ------------------------------------------------------------------------------
4592: -- To allow MPA report to determine if it should generate report process
4593: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4594: ------------------------------------------------------------------------------------------
4595:
4596: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4597: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5175: IF (l_acc_rev_flag = 'Y') THEN
5176:
5177: -- 4645092 ------------------------------------------------------------------------------
5178: -- To allow MPA report to determine if it should generate report process
5179: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5180: ------------------------------------------------------------------------------------------
5181:
5182: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5183: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5672: IF (l_acc_rev_flag = 'Y') THEN
5673:
5674: -- 4645092 ------------------------------------------------------------------------------
5675: -- To allow MPA report to determine if it should generate report process
5676: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5677: ------------------------------------------------------------------------------------------
5678:
5679: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5680: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

9142: -- When the number of events and that of header extract do not match,
9143: -- set the no header extract flag to indicate there are some issues
9144: -- in header extract.
9145: --
9146: -- Event count context is set in xla_accounting_pkg.unit_processor.
9147: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
9148: -- to report it as a general error.
9149: --
9150: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

9143: -- set the no header extract flag to indicate there are some issues
9144: -- in header extract.
9145: --
9146: -- Event count context is set in xla_accounting_pkg.unit_processor.
9147: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
9148: -- to report it as a general error.
9149: --
9150: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
9151: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN