DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_REPORT_TEMPLATES

Line 2237: gms_report_templates grt,

2233: gr.report_id --bug 2282107
2234: from gms_awards ga,
2235: gms_installments gi,
2236: gms_reports gr,
2237: gms_report_templates grt,
2238: hz_parties party,
2239: hz_cust_accounts cust_acct
2240: where ga.award_template_flag ='DEFERRED'
2241: and ga.status <> 'CLOSED' --Changed from 'ACTIVE' to fix bug 2200837