DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_REPORTS

Line 4944: FROM gms_reports gr,

4940: AND report_template_id = x_report_template_id;
4941:
4942: CURSOR l_report_csr(x_report_template_id NUMBER) IS
4943: SELECT 'X'
4944: FROM gms_reports gr,
4945: gms_installments gi
4946: WHERE gi.award_id = G_notification_rec.award_id
4947: AND gi.installment_id = gr.installment_id
4948: AND gr.report_template_id = x_report_template_id;