DBA Data[Home] [Help]

APPS.CS_CHG_SUB_REST_PKG dependencies on FND_API

Line 42: if ( px_restriction_id IS NULL ) OR ( px_restriction_id = FND_API.G_MISS_NUM) THEN

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;
44: fetch c1 into px_restriction_id;
45: close c1;
46: end if;