DBA Data[Home] [Help]

APPS.PSA_MF_UPD_PST_CTRL_PKG dependencies on AR_POSTING_CONTROL

Line 14: from ar_posting_control

10: begin
11:
12: select gl_posted_date
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,