DBA Data[Home] [Help]

APPS.PSA_MF_UPD_PST_CTRL_PKG dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 17: update ra_cust_trx_line_gl_dist

13: into l_gl_posted_date
14: from ar_posting_control
15: where posting_control_id = p_posting_control_id;
16:
17: update ra_cust_trx_line_gl_dist
18: set gl_posted_date = l_gl_posted_date,
19: posting_control_id= p_posting_control_id,
20: last_update_date = sysdate
21: where customer_trx_id in (select customer_trx_id