DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on FA_ADJUSTMENT_PUB

Line 214: p_calling_fn = 'fa_adjustment_pub.do_all_books' and

210: -- asset types - an event is already assigned and do not call
211: -- when this is called for a group asset from the driving member
212:
213: if (nvl(p_inv_trans_rec.transaction_type, 'X') <> 'INVOICE TRANSFER' and
214: p_calling_fn = 'fa_adjustment_pub.do_all_books' and
215: px_trans_rec.member_transaction_header_id is null and
216: G_release <> 11) then
217:
218: if (x_asset_fin_rec_new.adjustment_required_status = 'GADJ') then

Line 867: -- (p_calling_fn = 'fa_adjustment_pub.do_all_books') then

863: G_release = 11) then
864:
865: -- excluding group as calc engine should handle all trxs
866: -- (p_asset_type_rec.asset_type = 'GROUP')) and
867: -- (p_calling_fn = 'fa_adjustment_pub.do_all_books') then
868:
869: -- amortization start date was previously validated from calc engine
870:
871: -- Bug3548724

Line 1608: FA_ADJUSTMENT_PUB.do_adjustment

1604: px_asset_dist_tbl => px_asset_dist_tbl,
1605: px_inv_tbl => px_inv_tbl
1606: );
1607: else
1608: FA_ADJUSTMENT_PUB.do_adjustment
1609: (p_api_version => 1.0,
1610: p_init_msg_list => FND_API.G_FALSE,
1611: p_commit => FND_API.G_FALSE,
1612: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1712: FA_ADJUSTMENT_PUB.do_adjustment

1708: p_log_level_rec => p_log_level_rec);
1709: end if;
1710: end if;
1711:
1712: FA_ADJUSTMENT_PUB.do_adjustment
1713: (p_api_version => 1.0,
1714: p_init_msg_list => FND_API.G_FALSE,
1715: p_commit => FND_API.G_FALSE,
1716: p_validation_level => FND_API.G_VALID_LEVEL_FULL,