DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on FND_TABLES

Line 3269: from fnd_tables where rownum <= pc_count;

3265: l_party_notify_id_tbl pv_assignment_pub.g_number_table_type := pv_assignment_pub.g_number_table_type();
3266:
3267: cursor lc_get_ids (pc_count number) is
3268: select pv_party_notifications_s.nextval
3269: from fnd_tables where rownum <= pc_count;
3270:
3271: BEGIN
3272:
3273: -- Standard call to check for call compatibility.