DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on XLA_AE_LINES

Line 1029: -- Business Rules for xla_ae_lines

1025: c_application_id, -- upg_souce_application_id
1026: null -- upg_valid_flag
1027: );
1028:
1029: -- Business Rules for xla_ae_lines
1030: -- * gl_transfer_mode_code:
1031: -- D: Detailed mode when transferred to GL
1032: -- S: Summary mode when transferred to GL
1033: -- * gl_sl_link_table must be XLAJEL

Line 1038: insert into xla_ae_lines (

1034: -- * currency_conversion_* needs to be populated only if
1035: -- different from ledger currency
1036:
1037: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
1038: insert into xla_ae_lines (
1039: upg_batch_id,
1040: ae_header_id,
1041: ae_line_num,
1042: displayed_line_number,

Line 1448: -- Business Rules for xla_ae_lines

1444: c_application_id, -- upg_souce_application_id
1445: null -- upg_valid_flag
1446: );
1447:
1448: -- Business Rules for xla_ae_lines
1449: -- * gl_transfer_mode_code:
1450: -- D: Detailed mode when transferred to GL
1451: -- S: Summary mode when transferred to GL
1452: -- * gl_sl_link_table must be XLAJEL

Line 1457: insert into xla_ae_lines (

1453: -- * currency_conversion_* needs to be populated only if
1454: -- different from ledger currency
1455:
1456: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
1457: insert into xla_ae_lines (
1458: upg_batch_id,
1459: ae_header_id,
1460: ae_line_num,
1461: displayed_line_number,

Line 1741: -- Business Rules for xla_ae_lines

1737:
1738: -- Bug 6827893: No need to create new ae_hdr_id. Use same as src
1739: l_ae_header_id := l_ae_header_id_tbl(1);
1740:
1741: -- Business Rules for xla_ae_lines
1742: -- * gl_transfer_mode_code:
1743: -- D: Detailed mode when transferred to GL
1744: -- S: Summary mode when transferred to GL
1745: -- * gl_sl_link_table must be XLAJEL

Line 1750: insert into xla_ae_lines (

1746: -- * currency_conversion_* needs to be populated only if
1747: -- different from ledger currency
1748:
1749: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
1750: insert into xla_ae_lines (
1751: upg_batch_id,
1752: ae_header_id,
1753: ae_line_num,
1754: displayed_line_number,

Line 2155: -- Business Rules for xla_ae_lines

2151: c_application_id, -- upg_souce_application_id
2152: null -- upg_valid_flag
2153: );
2154:
2155: -- Business Rules for xla_ae_lines
2156: -- * gl_transfer_mode_code:
2157: -- D: Detailed mode when transferred to GL
2158: -- S: Summary mode when transferred to GL
2159: -- * gl_sl_link_table must be XLAJEL

Line 2164: insert into xla_ae_lines (

2160: -- * currency_conversion_* needs to be populated only if
2161: -- different from ledger currency
2162:
2163: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
2164: insert into xla_ae_lines (
2165: upg_batch_id,
2166: ae_header_id,
2167: ae_line_num,
2168: displayed_line_number,

Line 3530: -- Business Rules for xla_ae_lines

3526: c_application_id, -- upg_souce_application_id
3527: null -- upg_valid_flag
3528: );
3529:
3530: -- Business Rules for xla_ae_lines
3531: -- * gl_transfer_mode_code:
3532: -- D: Detailed mode when transferred to GL
3533: -- S: Summary mode when transferred to GL
3534: -- * gl_sl_link_table must be XLAJEL

Line 3539: insert into xla_ae_lines (

3535: -- * currency_conversion_* needs to be populated only if
3536: -- different from ledger currency
3537:
3538: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
3539: insert into xla_ae_lines (
3540: upg_batch_id,
3541: ae_header_id,
3542: ae_line_num,
3543: displayed_line_number,

Line 3942: -- Business Rules for xla_ae_lines

3938: c_application_id, -- upg_souce_application_id
3939: null -- upg_valid_flag
3940: );
3941:
3942: -- Business Rules for xla_ae_lines
3943: -- * gl_transfer_mode_code:
3944: -- D: Detailed mode when transferred to GL
3945: -- S: Summary mode when transferred to GL
3946: -- * gl_sl_link_table must be XLAJEL

Line 3951: insert into xla_ae_lines (

3947: -- * currency_conversion_* needs to be populated only if
3948: -- different from ledger currency
3949:
3950: forall j IN 1..l_xla_gl_sl_link_id_tbl.count
3951: insert into xla_ae_lines (
3952: upg_batch_id,
3953: ae_header_id,
3954: ae_line_num,
3955: displayed_line_number,

Line 4803: into xla_ae_lines (

4799: where th.rowid between p_start_rowid and p_end_rowid;
4800:
4801: insert all
4802: when (adj_row = 1) then
4803: into xla_ae_lines (
4804: upg_batch_id,
4805: ae_header_id,
4806: ae_line_num,
4807: displayed_line_number,

Line 5016: into xla_ae_lines (

5012: xla_gl_sl_link_id_s.currval, -- gl_sl_link_id
5013: 'XLAJEL' -- gl_sl_link_table
5014: )
5015: when (adj_row = 2) then
5016: into xla_ae_lines (
5017: upg_batch_id,
5018: ae_header_id,
5019: ae_line_num,
5020: displayed_line_number,

Line 5231: into xla_ae_lines (

5227: xla_gl_sl_link_id_s.currval, -- gl_sl_link_id
5228: 'XLAJEL' -- gl_sl_link_table
5229: )
5230: when (adj_row = 3) then
5231: into xla_ae_lines (
5232: upg_batch_id,
5233: ae_header_id,
5234: ae_line_num,
5235: displayed_line_number,

Line 5722: into xla_ae_lines (

5718: and mc.enabled_flag = 'Y';
5719:
5720: insert all
5721: when (adj_row = 1) then
5722: into xla_ae_lines (
5723: upg_batch_id,
5724: ae_header_id,
5725: ae_line_num,
5726: displayed_line_number,

Line 5935: into xla_ae_lines (

5931: xla_gl_sl_link_id_s.currval, -- gl_sl_link_id
5932: 'XLAJEL' -- gl_sl_link_table
5933: )
5934: when (adj_row = 2) then
5935: into xla_ae_lines (
5936: upg_batch_id,
5937: ae_header_id,
5938: ae_line_num,
5939: displayed_line_number,

Line 6150: into xla_ae_lines (

6146: xla_gl_sl_link_id_s.currval, -- gl_sl_link_id
6147: 'XLAJEL' -- gl_sl_link_table
6148: )
6149: when (adj_row = 3) then
6150: into xla_ae_lines (
6151: upg_batch_id,
6152: ae_header_id,
6153: ae_line_num,
6154: displayed_line_number,

Line 7283: into xla_ae_lines (

7279:
7280: -- Bug 12534019 : Reval Amort should be Cr and Reval Rsv Dr
7281: insert all
7282: when (1 = 1) then
7283: into xla_ae_lines (
7284: upg_batch_id,
7285: ae_header_id,
7286: ae_line_num,
7287: displayed_line_number,

Line 7805: into xla_ae_lines (

7801:
7802: -- Bug 12534019 : Reval Amort should be Cr and Reval Rsv Dr
7803: insert all
7804: when (1 = 1) then
7805: into xla_ae_lines (
7806: upg_batch_id,
7807: ae_header_id,
7808: ae_line_num,
7809: displayed_line_number,

Line 8813: -- Business Rules for xla_ae_lines

8809: c_application_id, -- upg_souce_application_id
8810: null -- upg_valid_flag
8811: );
8812:
8813: -- Business Rules for xla_ae_lines
8814: -- * gl_transfer_mode_code:
8815: -- D: Detailed mode when transferred to GL
8816: -- S: Summary mode when transferred to GL
8817: -- * gl_sl_link_table must be XLAJEL

Line 8822: insert into xla_ae_lines (

8818: -- * currency_conversion_* needs to be populated only if different from
8819: -- ledger currency
8820:
8821: FORALL j IN 1..l_distribution_id_tbl.count
8822: insert into xla_ae_lines (
8823: upg_batch_id,
8824: ae_header_id,
8825: ae_line_num,
8826: displayed_line_number,

Line 8913: insert into xla_ae_lines (

8909: l_set_of_books_id_tbl(i) -- ledger_id/sob_id
8910: );
8911:
8912: FORALL j IN 1..l_distribution_id_tbl.count
8913: insert into xla_ae_lines (
8914: upg_batch_id,
8915: ae_header_id,
8916: ae_line_num,
8917: displayed_line_number,

Line 9448: -- Business Rules for xla_ae_lines

9444: c_application_id, -- upg_souce_application_id
9445: null -- upg_valid_flag
9446: );
9447:
9448: -- Business Rules for xla_ae_lines
9449: -- * gl_transfer_mode_code:
9450: -- D: Detailed mode when transferred to GL
9451: -- S: Summary mode when transferred to GL
9452: -- * gl_sl_link_table must be XLAJEL

Line 9457: insert into xla_ae_lines (

9453: -- * currency_conversion_* needs to be populated only if different from
9454: -- ledger currency
9455:
9456: FORALL j IN 1..l_distribution_id_tbl.count
9457: insert into xla_ae_lines (
9458: upg_batch_id,
9459: ae_header_id,
9460: ae_line_num,
9461: displayed_line_number,

Line 9548: insert into xla_ae_lines (

9544: l_rep_set_of_books_id_tbl(k) -- ledger_id/sob_id
9545: );
9546:
9547: FORALL j IN 1..l_distribution_id_tbl.count
9548: insert into xla_ae_lines (
9549: upg_batch_id,
9550: ae_header_id,
9551: ae_line_num,
9552: displayed_line_number,