DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_INTERCO_PVT

Line 1073: if not FA_INTERCO_PVT.validate_inv_interco

1069: end if;
1070:
1071: -- only fire the intercompany logic for 11i
1072: if (g_release = 11 ) then
1073: if not FA_INTERCO_PVT.validate_inv_interco
1074: (p_src_asset_hdr_rec => l_src_asset_hdr_rec,
1075: p_src_trans_rec => l_src_trans_rec,
1076: p_dest_asset_hdr_rec => l_dest_asset_hdr_rec,
1077: p_dest_trans_rec => l_dest_trans_rec,

Line 1130: if not fa_interco_pvt.do_all_books(p_src_trans_rec => l_src_trans_rec,

1126: and adjustment_type = 'COST CLEARING';
1127:
1128: -- only fire the intercompany logic for pre-R12
1129: if (l_interco_impact and g_release = 11) then
1130: if not fa_interco_pvt.do_all_books(p_src_trans_rec => l_src_trans_rec,
1131: p_src_asset_hdr_rec => l_src_asset_hdr_rec,
1132: p_dest_trans_rec => l_dest_trans_rec,
1133: p_dest_asset_hdr_rec => l_dest_asset_hdr_rec,
1134: p_calling_fn => l_calling_fn,

Line 1169: if not fa_interco_pvt.do_all_books(p_src_trans_rec => l_src_trans_rec,

1165: and period_counter_created = l_current_period_counter
1166: and transaction_header_id in (l_dest_trans_rec.transaction_header_id,l_src_trans_rec.transaction_header_id)
1167: and adjustment_type = 'COST CLEARING';
1168:
1169: if not fa_interco_pvt.do_all_books(p_src_trans_rec => l_src_trans_rec,
1170: p_src_asset_hdr_rec => l_src_asset_hdr_rec,
1171: p_dest_trans_rec => l_dest_trans_rec,
1172: p_dest_asset_hdr_rec => l_dest_asset_hdr_rec,
1173: p_calling_fn => l_calling_fn,