DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_INS_ADJUST_PKG

Line 2256: if not FA_INS_ADJUST_PKG.faxinaj

2252:
2253: l_adj.mrc_sob_type_code := 'P';
2254: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
2255:
2256: if not FA_INS_ADJUST_PKG.faxinaj
2257: (l_adj,
2258: p_trans_rec.who_info.last_update_date,
2259: p_trans_rec.who_info.last_updated_by,
2260: p_trans_rec.who_info.last_update_login,

Line 2308: if not FA_INS_ADJUST_PKG.faxinaj

2304:
2305: l_adj.mrc_sob_type_code := 'R';
2306: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
2307:
2308: if not FA_INS_ADJUST_PKG.faxinaj
2309: (l_adj,
2310: p_trans_rec.who_info.last_update_date,
2311: p_trans_rec.who_info.last_updated_by,
2312: p_trans_rec.who_info.last_update_login

Line 2330: if not FA_INS_ADJUST_PKG.faxinaj

2326: l_adj.transaction_header_id := 0;
2327: l_adj.flush_adj_flag := TRUE;
2328: l_adj.leveling_flag := TRUE;
2329:
2330: if not FA_INS_ADJUST_PKG.faxinaj
2331: (l_adj,
2332: p_trans_rec.who_info.last_update_date,
2333: p_trans_rec.who_info.last_updated_by,
2334: p_trans_rec.who_info.last_update_login,