DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_INS_ADJUST_PKG

Line 1745: if not FA_INS_ADJUST_PKG.faxinaj

1741:
1742: l_adj.mrc_sob_type_code := 'P';
1743: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
1744:
1745: if not FA_INS_ADJUST_PKG.faxinaj
1746: (l_adj,
1747: p_trans_rec.who_info.last_update_date,
1748: p_trans_rec.who_info.last_updated_by,
1749: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1759: if not FA_INS_ADJUST_PKG.faxinaj

1755: l_adj.transaction_header_id := 0;
1756: l_adj.flush_adj_flag := TRUE;
1757: l_adj.leveling_flag := TRUE;
1758:
1759: if not FA_INS_ADJUST_PKG.faxinaj
1760: (l_adj,
1761: p_trans_rec.who_info.last_update_date,
1762: p_trans_rec.who_info.last_updated_by,
1763: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1806: if not FA_INS_ADJUST_PKG.faxinaj

1802:
1803: l_adj.mrc_sob_type_code := 'R';
1804: l_adj.set_of_books_id := l_sob_tbl(l_sob_index);
1805:
1806: if not FA_INS_ADJUST_PKG.faxinaj
1807: (l_adj,
1808: p_trans_rec.who_info.last_update_date,
1809: p_trans_rec.who_info.last_updated_by,
1810: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1823: if not FA_INS_ADJUST_PKG.faxinaj

1819: l_adj.transaction_header_id := 0;
1820: l_adj.flush_adj_flag := TRUE;
1821: l_adj.leveling_flag := TRUE;
1822:
1823: if not FA_INS_ADJUST_PKG.faxinaj
1824: (l_adj,
1825: p_trans_rec.who_info.last_update_date,
1826: p_trans_rec.who_info.last_updated_by,
1827: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then