DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on GMS_PACKET_HEADER_ID_S

Line 52: SELECT gms_packet_header_id_s.NEXTVAL

48: where b.project_id = l_project_id
49: and b.project_type = pt.project_type
50: and pt.sponsored_flag = 'Y' ;
51: CURSOR c_next_header_id IS
52: SELECT gms_packet_header_id_s.NEXTVAL
53: FROM DUAL;
54:
55: CURSOR c_next_dist_id IS
56: SELECT gms_packet_dist_id_s.NEXTVAL