DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_EXP_PVT

Line 1122: -- Catchup addition by calling FA_EXP_PVT.faxexp

1118: end if;
1119:
1120: if (l_adj_req_status_tbl(i) = 'ADD') then
1121:
1122: -- Catchup addition by calling FA_EXP_PVT.faxexp
1123:
1124: if ((nvl(l_trans_rec.transaction_subtype, 'EXPENSED') <>
1125: 'AMORTIZED') and
1126: (l_asset_type_rec.asset_type = 'CAPITALIZED') and

Line 1134: if not FA_EXP_PVT.faxexp

1130: (l_trans_rec.transaction_date_entered <
1131: l_period_rec.calendar_period_open_date)
1132: ) then
1133:
1134: if not FA_EXP_PVT.faxexp
1135: (px_trans_rec => l_trans_rec,
1136: p_asset_hdr_rec => l_asset_hdr_rec,
1137: p_asset_desc_rec => l_asset_desc_rec,
1138: p_asset_cat_rec => l_asset_cat_rec,

Line 1526: -- Catchup addition by calling FA_EXP_PVT.faxexp

1522: raise error_found;
1523: end if;
1524:
1525: if (l_adj_req_status_tbl(i) = 'ADD') then
1526: -- Catchup addition by calling FA_EXP_PVT.faxexp
1527:
1528: if ((nvl(l_trans_rec.transaction_subtype, 'EXPENSED') <>
1529: 'AMORTIZED') and
1530: (l_asset_type_rec.asset_type = 'CAPITALIZED') and

Line 1538: if not FA_EXP_PVT.faxexp

1534: (l_trans_rec.transaction_date_entered <
1535: l_period_rec.calendar_period_open_date)
1536: ) then
1537:
1538: if not FA_EXP_PVT.faxexp
1539: (px_trans_rec => l_trans_rec,
1540: p_asset_hdr_rec => l_asset_hdr_rec,
1541: p_asset_desc_rec => l_asset_desc_rec,
1542: p_asset_cat_rec => l_asset_cat_rec,