DBA Data[Home] [Help]

APPS.CS_SR_STATUS_GROUPS_PKG dependencies on FND_API

Line 35: if ( x_status_group_id IS NULL OR x_status_group_id = FND_API.G_MISS_NUM ) then

31:
32: l_status_group_id NUMBER ;
33:
34: BEGIN
35: if ( x_status_group_id IS NULL OR x_status_group_id = FND_API.G_MISS_NUM ) then
36: open c1;
37: fetch c1 into l_status_group_id;
38: close c1;
39: end if;