DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_INS_ADJUST_PKG

Line 526: if not FA_INS_ADJUST_PKG.faxinaj

522: if (p_log_level_rec.statement_level) then
523: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv source', p_log_level_rec);
524: end if;
525:
526: if not FA_INS_ADJUST_PKG.faxinaj
527: (l_rsv_adj,
528: px_src_trans_rec.who_info.last_update_date,
529: px_src_trans_rec.who_info.last_updated_by,
530: px_src_trans_rec.who_info.last_update_login) then

Line 562: if not FA_INS_ADJUST_PKG.faxinaj

558: if (p_log_level_rec.statement_level) then
559: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv source track', p_log_level_rec);
560: end if;
561:
562: if not FA_INS_ADJUST_PKG.faxinaj
563: (l_rsv_adj,
564: px_src_trans_rec.who_info.last_update_date,
565: px_src_trans_rec.who_info.last_updated_by,
566: px_src_trans_rec.who_info.last_update_login) then

Line 979: if not FA_INS_ADJUST_PKG.faxinaj

975: if (p_log_level_rec.statement_level) then
976: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv dest', p_log_level_rec);
977: end if;
978:
979: if not FA_INS_ADJUST_PKG.faxinaj
980: (l_rsv_adj,
981: px_dest_trans_rec.who_info.last_update_date,
982: px_dest_trans_rec.who_info.last_updated_by,
983: px_dest_trans_rec.who_info.last_update_login) then

Line 1012: if not FA_INS_ADJUST_PKG.faxinaj

1008: if (p_log_level_rec.statement_level) then
1009: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv dest track', p_log_level_rec);
1010: end if;
1011:
1012: if not FA_INS_ADJUST_PKG.faxinaj
1013: (l_rsv_adj,
1014: px_dest_trans_rec.who_info.last_update_date,
1015: px_dest_trans_rec.who_info.last_updated_by,
1016: px_dest_trans_rec.who_info.last_update_login) then

Line 1876: if not FA_INS_ADJUST_PKG.faxinaj

1872: if (p_log_level_rec.statement_level) then
1873: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv', p_log_level_rec);
1874: end if;
1875:
1876: if not FA_INS_ADJUST_PKG.faxinaj
1877: (l_rsv_adj,
1878: px_trans_rec.who_info.last_update_date,
1879: px_trans_rec.who_info.last_updated_by,
1880: px_trans_rec.who_info.last_update_login) then

Line 1894: if not FA_INS_ADJUST_PKG.faxinaj

1890: if (p_log_level_rec.statement_level) then
1891: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp', p_log_level_rec);
1892: end if;
1893:
1894: if not FA_INS_ADJUST_PKG.faxinaj
1895: (l_exp_adj,
1896: px_trans_rec.who_info.last_update_date,
1897: px_trans_rec.who_info.last_updated_by,
1898: px_trans_rec.who_info.last_update_login) then