DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on GL_INTERFACE_CONTROL_S

Line 1887: SELECT gl_interface_control_s.nextval

1883: 'start');
1884: end if;
1885:
1886: -- get the group_id from sequence
1887: SELECT gl_interface_control_s.nextval
1888: INTO G_group_id
1889: FROM dual;
1890:
1891: -- dbms_output.put_line('Group id is: ' || G_group_id);