DBA Data[Home] [Help]

APPS.FA_POST_ADJ_ITF_PKG dependencies on FA_ADJUSTMENTS_T

Line 246: from fa_adjustments_t ajitf,

242: ajitf.cash_generating_unit_id,
243: bk.period_counter_fully_reserved,
244: bk.period_counter_fully_retired,
245: bk.cash_generating_unit_id
246: from fa_adjustments_t ajitf,
247: fa_books bk,
248: fa_additions_b ad
249: where ajitf.book_type_code = p_book_type_code
250: and ajitf.posting_status = 'POST'

Line 808: update fa_adjustments_t

804: raise data_error;
805: end if;
806:
807: -- flag interface record as posted
808: update fa_adjustments_t
809: set posting_status = 'POSTED',
810: request_id = l_request_id
811: where rowid = l_itf_rowid(l_loop_count);
812:

Line 835: update fa_adjustments_t

831: if (l_debug) then
832: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
833: end if;
834:
835: update fa_adjustments_t
836: set posting_status = 'ERROR',
837: request_id = l_request_id
838: where rowid = l_itf_rowid(l_loop_count);
839:

Line 848: update fa_adjustments_t

844: if (l_debug) then
845: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
846: end if;
847:
848: update fa_adjustments_t
849: set posting_status = 'WARNING',
850: request_id = l_request_id
851: where rowid = l_itf_rowid(l_loop_count);
852:

Line 865: update fa_adjustments_t

861: if (l_debug) then
862: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
863: end if;
864:
865: update fa_adjustments_t
866: set posting_status = 'ERROR',
867: request_id = l_request_id
868: where rowid = l_itf_rowid(l_loop_count);
869: