DBA Data[Home] [Help]

APPS.CSC_RELATIONSHIP_PLANS_PVT dependencies on CSC_PROF_CHECKS_B

Line 1763: from csc_prof_checks_b

1759: )
1760: IS
1761: cursor id_in_prof_checks is
1762: select count(*)
1763: from csc_prof_checks_b
1764: where check_id = p_profile_check_id
1765: and sysdate between nvl(start_date_active, sysdate)
1766: and nvl(end_date_active, sysdate);
1767: