DBA Data[Home] [Help]

APPS.XLA_09000_AAD_S_000015_PKG dependencies on XLA_ACCOUNTING_PKG

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

1401: IF (l_acc_rev_flag = 'Y') THEN
1402:
1403: -- 4645092 ------------------------------------------------------------------------------
1404: -- To allow MPA report to determine if it should generate report process
1405: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1406: ------------------------------------------------------------------------------------------
1407:
1408: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1409: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

1937: IF (l_acc_rev_flag = 'Y') THEN
1938:
1939: -- 4645092 ------------------------------------------------------------------------------
1940: -- To allow MPA report to determine if it should generate report process
1941: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1942: ------------------------------------------------------------------------------------------
1943:
1944: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1945: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2503: IF (l_acc_rev_flag = 'Y') THEN
2504:
2505: -- 4645092 ------------------------------------------------------------------------------
2506: -- To allow MPA report to determine if it should generate report process
2507: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2508: ------------------------------------------------------------------------------------------
2509:
2510: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2511: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3051: IF (l_acc_rev_flag = 'Y') THEN
3052:
3053: -- 4645092 ------------------------------------------------------------------------------
3054: -- To allow MPA report to determine if it should generate report process
3055: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3056: ------------------------------------------------------------------------------------------
3057:
3058: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3059: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3599: IF (l_acc_rev_flag = 'Y') THEN
3600:
3601: -- 4645092 ------------------------------------------------------------------------------
3602: -- To allow MPA report to determine if it should generate report process
3603: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3604: ------------------------------------------------------------------------------------------
3605:
3606: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3607: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

4147: IF (l_acc_rev_flag = 'Y') THEN
4148:
4149: -- 4645092 ------------------------------------------------------------------------------
4150: -- To allow MPA report to determine if it should generate report process
4151: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4152: ------------------------------------------------------------------------------------------
4153:
4154: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4155: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

4713: IF (l_acc_rev_flag = 'Y') THEN
4714:
4715: -- 4645092 ------------------------------------------------------------------------------
4716: -- To allow MPA report to determine if it should generate report process
4717: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4718: ------------------------------------------------------------------------------------------
4719:
4720: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4721: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5261: IF (l_acc_rev_flag = 'Y') THEN
5262:
5263: -- 4645092 ------------------------------------------------------------------------------
5264: -- To allow MPA report to determine if it should generate report process
5265: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5266: ------------------------------------------------------------------------------------------
5267:
5268: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5269: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5809: IF (l_acc_rev_flag = 'Y') THEN
5810:
5811: -- 4645092 ------------------------------------------------------------------------------
5812: -- To allow MPA report to determine if it should generate report process
5813: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5814: ------------------------------------------------------------------------------------------
5815:
5816: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5817: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

6375: IF (l_acc_rev_flag = 'Y') THEN
6376:
6377: -- 4645092 ------------------------------------------------------------------------------
6378: -- To allow MPA report to determine if it should generate report process
6379: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
6380: ------------------------------------------------------------------------------------------
6381:
6382: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
6383: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

12629: -- When the number of events and that of header extract do not match,
12630: -- set the no header extract flag to indicate there are some issues
12631: -- in header extract.
12632: --
12633: -- Event count context is set in xla_accounting_pkg.unit_processor.
12634: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
12635: -- to report it as a general error.
12636: --
12637: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

12630: -- set the no header extract flag to indicate there are some issues
12631: -- in header extract.
12632: --
12633: -- Event count context is set in xla_accounting_pkg.unit_processor.
12634: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
12635: -- to report it as a general error.
12636: --
12637: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
12638: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN