DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on GMS_FP_DISTRIBUTIONS

Line 301: gms_fp_distributions b

297: a.End_Date_Active,
298: a.Close_Date,
299: a.Status
300: from GMS_AWARDS a,
301: gms_fp_distributions b
302: where a.award_id = b.award_id
303: and b.funding_pattern_id = x_funding_pattern_id;
304:
305: