DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_INS_ADJUST_PKG

Line 1870: if not FA_INS_ADJUST_PKG.faxinaj

1866: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp source',
1867: p_log_level_rec => p_log_level_rec);
1868: end if;
1869:
1870: if not FA_INS_ADJUST_PKG.faxinaj
1871: (l_exp_adj,
1872: l_src_trans_rec.who_info.last_update_date,
1873: l_src_trans_rec.who_info.last_updated_by,
1874: l_src_trans_rec.who_info.last_update_login,

Line 1899: if not FA_INS_ADJUST_PKG.faxinaj

1895: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp source track',
1896: p_log_level_rec => p_log_level_rec);
1897: end if;
1898:
1899: if not FA_INS_ADJUST_PKG.faxinaj
1900: (l_exp_adj,
1901: l_src_trans_rec.who_info.last_update_date,
1902: l_src_trans_rec.who_info.last_updated_by,
1903: l_src_trans_rec.who_info.last_update_login) then

Line 1920: if not FA_INS_ADJUST_PKG.faxinaj

1916: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv source',
1917: p_log_level_rec => p_log_level_rec);
1918: end if;
1919:
1920: if not FA_INS_ADJUST_PKG.faxinaj
1921: (l_rsv_adj,
1922: l_src_trans_rec.who_info.last_update_date,
1923: l_src_trans_rec.who_info.last_updated_by,
1924: l_src_trans_rec.who_info.last_update_login,

Line 1950: if not FA_INS_ADJUST_PKG.faxinaj

1946: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv source track',
1947: p_log_level_rec => p_log_level_rec);
1948: end if;
1949:
1950: if not FA_INS_ADJUST_PKG.faxinaj
1951: (l_rsv_adj,
1952: l_src_trans_rec.who_info.last_update_date,
1953: l_src_trans_rec.who_info.last_updated_by,
1954: l_src_trans_rec.who_info.last_update_login) then

Line 2301: if not FA_INS_ADJUST_PKG.faxinaj

2297: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp dest',
2298: p_log_level_rec => p_log_level_rec);
2299: end if;
2300:
2301: if not FA_INS_ADJUST_PKG.faxinaj
2302: (l_exp_adj,
2303: l_dest_trans_rec.who_info.last_update_date,
2304: l_dest_trans_rec.who_info.last_updated_by,
2305: l_dest_trans_rec.who_info.last_update_login,

Line 2330: if not FA_INS_ADJUST_PKG.faxinaj

2326: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for exp dest track',
2327: p_log_level_rec => p_log_level_rec);
2328: end if;
2329:
2330: if not FA_INS_ADJUST_PKG.faxinaj
2331: (l_exp_adj,
2332: l_src_trans_rec.who_info.last_update_date,
2333: l_src_trans_rec.who_info.last_updated_by,
2334: l_src_trans_rec.who_info.last_update_login) then

Line 2350: if not FA_INS_ADJUST_PKG.faxinaj

2346: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv',
2347: p_log_level_rec => p_log_level_rec);
2348: end if;
2349:
2350: if not FA_INS_ADJUST_PKG.faxinaj
2351: (l_rsv_adj,
2352: l_dest_trans_rec.who_info.last_update_date,
2353: l_dest_trans_rec.who_info.last_updated_by,
2354: l_dest_trans_rec.who_info.last_update_login,

Line 2380: if not FA_INS_ADJUST_PKG.faxinaj

2376: fa_debug_pkg.add(l_calling_fn, 'calling faxinaj','for rsv dest track',
2377: p_log_level_rec => p_log_level_rec);
2378: end if;
2379:
2380: if not FA_INS_ADJUST_PKG.faxinaj
2381: (l_rsv_adj,
2382: l_src_trans_rec.who_info.last_update_date,
2383: l_src_trans_rec.who_info.last_updated_by,
2384: l_src_trans_rec.who_info.last_update_login) then