DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_INS_ADJUST_PKG

Line 2154: if not FA_INS_ADJUST_PKG.faxinaj

2150: end if;
2151:
2152: l_exp_adj.track_member_flag := null; --Bug 9089120
2153:
2154: if not FA_INS_ADJUST_PKG.faxinaj
2155: (l_exp_adj,
2156: l_src_trans_rec.who_info.last_update_date,
2157: l_src_trans_rec.who_info.last_updated_by,
2158: l_src_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2181: if not FA_INS_ADJUST_PKG.faxinaj

2177: if (p_log_level_rec.statement_level) then
2178: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp source track', p_log_level_rec => p_log_level_rec);
2179: end if;
2180:
2181: if not FA_INS_ADJUST_PKG.faxinaj
2182: (l_exp_adj,
2183: l_src_trans_rec.who_info.last_update_date,
2184: l_src_trans_rec.who_info.last_updated_by,
2185: l_src_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2203: if not FA_INS_ADJUST_PKG.faxinaj

2199: end if;
2200:
2201: l_rsv_adj.track_member_flag := null; --Bug 9089120
2202:
2203: if not FA_INS_ADJUST_PKG.faxinaj
2204: (l_rsv_adj,
2205: l_src_trans_rec.who_info.last_update_date,
2206: l_src_trans_rec.who_info.last_updated_by,
2207: l_src_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2231: if not FA_INS_ADJUST_PKG.faxinaj

2227: if (p_log_level_rec.statement_level) then
2228: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv source track', p_log_level_rec => p_log_level_rec);
2229: end if;
2230:
2231: if not FA_INS_ADJUST_PKG.faxinaj
2232: (l_rsv_adj,
2233: l_src_trans_rec.who_info.last_update_date,
2234: l_src_trans_rec.who_info.last_updated_by,
2235: l_src_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2641: if not FA_INS_ADJUST_PKG.faxinaj

2637: end if;
2638:
2639: l_exp_adj.track_member_flag := null; --Bug 9089120
2640:
2641: if not FA_INS_ADJUST_PKG.faxinaj
2642: (l_exp_adj,
2643: l_dest_trans_rec.who_info.last_update_date,
2644: l_dest_trans_rec.who_info.last_updated_by,
2645: l_dest_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2672: if not FA_INS_ADJUST_PKG.faxinaj

2668: if (p_log_level_rec.statement_level) then
2669: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp dest track', p_log_level_rec => p_log_level_rec);
2670: end if;
2671:
2672: if not FA_INS_ADJUST_PKG.faxinaj
2673: (l_exp_adj,
2674: l_grp_src_trans_rec(l_sob_index).who_info.last_update_date,
2675: l_grp_src_trans_rec(l_sob_index).who_info.last_updated_by,
2676: l_grp_src_trans_rec(l_sob_index).who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2693: if not FA_INS_ADJUST_PKG.faxinaj

2689: end if;
2690:
2691: l_rsv_adj.track_member_flag := null; --Bug 9089120
2692:
2693: if not FA_INS_ADJUST_PKG.faxinaj
2694: (l_rsv_adj,
2695: l_dest_trans_rec.who_info.last_update_date,
2696: l_dest_trans_rec.who_info.last_updated_by,
2697: l_dest_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2725: if not FA_INS_ADJUST_PKG.faxinaj

2721: if (p_log_level_rec.statement_level) then
2722: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv dest track', p_log_level_rec => p_log_level_rec);
2723: end if;
2724:
2725: if not FA_INS_ADJUST_PKG.faxinaj
2726: (l_rsv_adj,
2727: l_grp_src_trans_rec(l_sob_index).who_info.last_update_date,
2728: l_grp_src_trans_rec(l_sob_index).who_info.last_updated_by,
2729: l_grp_src_trans_rec(l_sob_index).who_info.last_update_login, p_log_level_rec => p_log_level_rec) then