DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS2 dependencies on AR_RECEIVABLE_APPLICATIONS_S

Line 2944: select ar_receivable_applications_s.nextval

2940: dbms_sql.bind_variable( p_insert_ra_c,
2941: 'post_to_gl_flag',
2942: p_select_rec.post_to_gl_flag );
2943:
2944: select ar_receivable_applications_s.nextval
2945: into l_receivable_application_id
2946: from dual;
2947:
2948: dbms_sql.bind_variable( p_insert_ra_c,