DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on PV_PARTY_NOTIFICATIONS_S

Line 3268: select pv_party_notifications_s.nextval

3264: l_party_notification_id number;
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: