DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_POST_PVT dependencies on FA_INS_ADJUST_PKG

Line 909: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

905: if (p_log_level_rec.statement_level) then
906: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'ppa Catch-up Expense', p_log_level_rec => p_log_level_rec);
907: end if;
908:
909: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
910: t_creation_date(i),
911: t_created_by(i),
912: -1,
913: p_log_level_rec) then

Line 1161: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

1157: if (p_log_level_rec.statement_level) then
1158: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'Catch-up Expense', p_log_level_rec => p_log_level_rec);
1159: end if;
1160:
1161: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
1162: t_creation_date(i),
1163: t_created_by(i),
1164: -1,
1165: p_log_level_rec) then

Line 1201: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

1197: if (p_log_level_rec.statement_level) then
1198: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'Accumulated Impairments', p_log_level_rec => p_log_level_rec);
1199: end if;
1200:
1201: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
1202: t_creation_date(i),
1203: t_created_by(i),
1204: -1,
1205: p_log_level_rec) then

Line 1222: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

1218: if (p_log_level_rec.statement_level) then
1219: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'Impairments Expense', p_log_level_rec => p_log_level_rec);
1220: end if;
1221:
1222: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
1223: t_creation_date(i),
1224: t_created_by(i),
1225: -1,
1226: p_log_level_rec) then

Line 1249: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

1245: if (p_log_level_rec.statement_level) then
1246: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'Catch-up Expense', p_log_level_rec => p_log_level_rec);
1247: end if;
1248:
1249: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
1250: t_creation_date(i),
1251: t_created_by(i),
1252: -1,
1253: p_log_level_rec) then

Line 1277: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,

1273: if (p_log_level_rec.statement_level) then
1274: fa_debug_pkg.add(l_calling_fn,'Calling faxinaj for ', 'Reval Reserve', p_log_level_rec => p_log_level_rec);
1275: end if;
1276:
1277: if not FA_INS_ADJUST_PKG.faxinaj (l_adj,
1278: t_creation_date(i),
1279: t_created_by(i),
1280: -1,
1281: p_log_level_rec) then

Line 2705: if not FA_INS_ADJUST_PKG.faxinaj

2701: fa_debug_pkg.add(l_calling_fn,'calling faxinaj ', 'COST', p_log_level_rec => p_log_level_rec);
2702: end if;
2703:
2704:
2705: if not FA_INS_ADJUST_PKG.faxinaj
2706: (l_adj,
2707: p_trans_rec.who_info.last_update_date,
2708: p_trans_rec.who_info.last_updated_by,
2709: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 2737: if not FA_INS_ADJUST_PKG.faxinaj

2733: if (p_log_level_rec.statement_level) then
2734: fa_debug_pkg.add(l_calling_fn,'calling faxinaj ', 'CLEARING', p_log_level_rec => p_log_level_rec);
2735: end if;
2736:
2737: if not FA_INS_ADJUST_PKG.faxinaj
2738: (l_adj,
2739: p_trans_rec.who_info.last_update_date,
2740: p_trans_rec.who_info.last_updated_by,
2741: p_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then