DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_INS_ADJUST_PKG

Line 1751: if not FA_INS_ADJUST_PKG.faxinaj

1747: end if;
1748:
1749: l_adj.mrc_sob_type_code := 'P';
1750:
1751: if not FA_INS_ADJUST_PKG.faxinaj
1752: (l_adj,
1753: p_trans_rec.who_info.last_update_date,
1754: p_trans_rec.who_info.last_updated_by,
1755: p_trans_rec.who_info.last_update_login) then

Line 1765: if not FA_INS_ADJUST_PKG.faxinaj

1761: l_adj.transaction_header_id := 0;
1762: l_adj.flush_adj_flag := TRUE;
1763: l_adj.leveling_flag := TRUE;
1764:
1765: if not FA_INS_ADJUST_PKG.faxinaj
1766: (l_adj,
1767: p_trans_rec.who_info.last_update_date,
1768: p_trans_rec.who_info.last_updated_by,
1769: p_trans_rec.who_info.last_update_login) then

Line 1818: if not FA_INS_ADJUST_PKG.faxinaj

1814: end if;
1815:
1816: l_adj.mrc_sob_type_code := 'R';
1817:
1818: if not FA_INS_ADJUST_PKG.faxinaj
1819: (l_adj,
1820: p_trans_rec.who_info.last_update_date,
1821: p_trans_rec.who_info.last_updated_by,
1822: p_trans_rec.who_info.last_update_login) then

Line 1835: if not FA_INS_ADJUST_PKG.faxinaj

1831: l_adj.transaction_header_id := 0;
1832: l_adj.flush_adj_flag := TRUE;
1833: l_adj.leveling_flag := TRUE;
1834:
1835: if not FA_INS_ADJUST_PKG.faxinaj
1836: (l_adj,
1837: p_trans_rec.who_info.last_update_date,
1838: p_trans_rec.who_info.last_updated_by,
1839: p_trans_rec.who_info.last_update_login) then