DBA Data[Home] [Help]

APPS.CS_SR_LINK_TYPES_PKG dependencies on FND_API

Line 46: if ( px_link_type_id IS NULL ) OR ( px_link_type_id = FND_API.G_MISS_NUM) THEN

42: select cs_sr_link_types_b_s.nextval
43: from dual;
44:
45: BEGIN
46: if ( px_link_type_id IS NULL ) OR ( px_link_type_id = FND_API.G_MISS_NUM) THEN
47: open c1;
48: fetch c1 into px_link_type_id;
49: close c1;
50: end if;