DBA Data[Home] [Help]

APPS.CSC_RELATIONSHIP_PLANS_PVT dependencies on CSC_LOOKUPS

Line 1664: from csc_lookups

1660: )
1661: IS
1662: cursor type_in_lookup is
1663: select count(*)
1664: from csc_lookups
1665: where lookup_type = 'CSC_END_USER_TYPE'
1666: and lookup_code = P_END_USER_TYPE
1667: and sysdate between nvl(start_date_active, sysdate)
1668: and nvl(end_date_active, sysdate);