DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on GMS_PACKET_HEADER_ID_S

Line 58: SELECT gms_packet_header_id_s.NEXTVAL

54: where b.project_id = l_project_id
55: and b.project_type = pt.project_type
56: and pt.sponsored_flag = 'Y' ;
57: CURSOR c_next_header_id IS
58: SELECT gms_packet_header_id_s.NEXTVAL
59: FROM DUAL;
60:
61: CURSOR c_next_dist_id IS
62: SELECT gms_packet_dist_id_s.NEXTVAL