DBA Data[Home] [Help]

APPS.GMS_ACC_GEN_API dependencies on GMS_IMPLEMENTATIONS

Line 100: from gms_implementations;

96: and adl_line_num = 1;
97:
98: cursor get_default_dist_award_id is
99: select default_dist_award_id
100: from gms_implementations;
101:
102: l_award_id NUMBER;
103: x_default_dist_award_id NUMBER;
104: