DBA Data[Home] [Help]

APPS.CS_SR_STATUS_GROUPS_PKG dependencies on DUAL

Line 30: from dual;

26: where STATUS_GROUP_ID = X_STATUS_GROUP_ID;
27:
28: cursor c1 is
29: select cs_sr_status_groups_b_s.nextval
30: from dual;
31:
32: l_status_group_id NUMBER ;
33:
34: BEGIN