DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on GMS_FP_DISTRIBUTIONS

Line 304: gms_fp_distributions b

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