DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS2 dependencies on AR_RECEIVABLE_APPLICATIONS_S

Line 2936: select ar_receivable_applications_s.nextval

2932: dbms_sql.bind_variable( p_insert_ra_c,
2933: 'post_to_gl_flag',
2934: p_select_rec.post_to_gl_flag );
2935:
2936: select ar_receivable_applications_s.nextval
2937: into l_receivable_application_id
2938: from dual;
2939:
2940: dbms_sql.bind_variable( p_insert_ra_c,