DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_EXP_PVT

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

1101: end if;
1102:
1103: if (l_adj_req_status_tbl(i) = 'ADD') then
1104:
1105: -- Catchup addition by calling FA_EXP_PVT.faxexp
1106:
1107: if ((nvl(l_trans_rec.transaction_subtype, 'EXPENSED') <>
1108: 'AMORTIZED') and
1109: (l_asset_type_rec.asset_type = 'CAPITALIZED') and

Line 1117: if not FA_EXP_PVT.faxexp

1113: (l_trans_rec.transaction_date_entered <
1114: l_period_rec.calendar_period_open_date)
1115: ) then
1116:
1117: if not FA_EXP_PVT.faxexp
1118: (px_trans_rec => l_trans_rec,
1119: p_asset_hdr_rec => l_asset_hdr_rec,
1120: p_asset_desc_rec => l_asset_desc_rec,
1121: p_asset_cat_rec => l_asset_cat_rec,

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

1485: raise error_found;
1486: end if;
1487:
1488: if (l_adj_req_status_tbl(i) = 'ADD') then
1489: -- Catchup addition by calling FA_EXP_PVT.faxexp
1490:
1491: if ((nvl(l_trans_rec.transaction_subtype, 'EXPENSED') <>
1492: 'AMORTIZED') and
1493: (l_asset_type_rec.asset_type = 'CAPITALIZED') and

Line 1501: if not FA_EXP_PVT.faxexp

1497: (l_trans_rec.transaction_date_entered <
1498: l_period_rec.calendar_period_open_date)
1499: ) then
1500:
1501: if not FA_EXP_PVT.faxexp
1502: (px_trans_rec => l_trans_rec,
1503: p_asset_hdr_rec => l_asset_hdr_rec,
1504: p_asset_desc_rec => l_asset_desc_rec,
1505: p_asset_cat_rec => l_asset_cat_rec,