DBA Data[Home] [Help]

APPS.XLA_00206_AAD_S_000004_BC_PKG dependencies on XLA_ACCOUNTING_PKG

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

1493: IF (l_acc_rev_flag = 'Y') THEN
1494:
1495: -- 4645092 ------------------------------------------------------------------------------
1496: -- To allow MPA report to determine if it should generate report process
1497: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
1498: ------------------------------------------------------------------------------------------
1499:
1500: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
1501: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2114: IF (l_acc_rev_flag = 'Y') THEN
2115:
2116: -- 4645092 ------------------------------------------------------------------------------
2117: -- To allow MPA report to determine if it should generate report process
2118: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2119: ------------------------------------------------------------------------------------------
2120:
2121: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2122: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

2742: IF (l_acc_rev_flag = 'Y') THEN
2743:
2744: -- 4645092 ------------------------------------------------------------------------------
2745: -- To allow MPA report to determine if it should generate report process
2746: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
2747: ------------------------------------------------------------------------------------------
2748:
2749: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
2750: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3363: IF (l_acc_rev_flag = 'Y') THEN
3364:
3365: -- 4645092 ------------------------------------------------------------------------------
3366: -- To allow MPA report to determine if it should generate report process
3367: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3368: ------------------------------------------------------------------------------------------
3369:
3370: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3371: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

3948: IF (l_acc_rev_flag = 'Y') THEN
3949:
3950: -- 4645092 ------------------------------------------------------------------------------
3951: -- To allow MPA report to determine if it should generate report process
3952: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
3953: ------------------------------------------------------------------------------------------
3954:
3955: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
3956: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

4526: IF (l_acc_rev_flag = 'Y') THEN
4527:
4528: -- 4645092 ------------------------------------------------------------------------------
4529: -- To allow MPA report to determine if it should generate report process
4530: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
4531: ------------------------------------------------------------------------------------------
4532:
4533: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
4534: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5111: IF (l_acc_rev_flag = 'Y') THEN
5112:
5113: -- 4645092 ------------------------------------------------------------------------------
5114: -- To allow MPA report to determine if it should generate report process
5115: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5116: ------------------------------------------------------------------------------------------
5117:
5118: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5119: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

5689: IF (l_acc_rev_flag = 'Y') THEN
5690:
5691: -- 4645092 ------------------------------------------------------------------------------
5692: -- To allow MPA report to determine if it should generate report process
5693: XLA_ACCOUNTING_PKG.g_mpa_accrual_exists := 'Y';
5694: ------------------------------------------------------------------------------------------
5695:
5696: l_accrual_line_num := XLA_AE_LINES_PKG.g_LineNumber;
5697: XLA_AE_LINES_PKG.CopyLineInfo(l_accrual_line_num);

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

8692: -- When the number of events and that of header extract do not match,
8693: -- set the no header extract flag to indicate there are some issues
8694: -- in header extract.
8695: --
8696: -- Event count context is set in xla_accounting_pkg.unit_processor.
8697: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
8698: -- to report it as a general error.
8699: --
8700: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

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

8693: -- set the no header extract flag to indicate there are some issues
8694: -- in header extract.
8695: --
8696: -- Event count context is set in xla_accounting_pkg.unit_processor.
8697: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
8698: -- to report it as a general error.
8699: --
8700: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
8701: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN