DBA Data[Home] [Help]

APPS.CS_CHG_SUB_REST_PKG dependencies on DUAL

Line 39: from dual;

35: P_SECURITY_GROUP_ID IN NUMBER)
36: IS
37: cursor c1 is
38: select cs_chg_sub_restrictions_s.nextval
39: from dual;
40:
41: BEGIN
42: if ( px_restriction_id IS NULL ) OR ( px_restriction_id = FND_API.G_MISS_NUM) THEN
43: open c1;