DBA Data[Home] [Help]

APPS.PSA_MF_UPD_PST_CTRL_PKG dependencies on AR_ADJUSTMENTS

Line 33: update ar_adjustments

29: where receivable_application_id in (select ra_receivable_application_id
30: from psa_mf_rct_rec_buf
31: where pst_ctrl_id = p_posting_control_id);
32:
33: update ar_adjustments
34: set gl_posted_date = l_gl_posted_date,
35: posting_control_id= p_posting_control_id,
36: last_update_date = sysdate
37: where adjustment_id in (select adjustment_id