DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_PA_INCENTIVES

Line 6962: FROM ghr_pa_incentives

6958:
6959: Cursor c_inc_catg_details(l_pa_request_id NUMBER) IS
6960: SELECT pa_incentive_category_amount amount,
6961: pa_incentive_category_pmnt_dt payment_date
6962: FROM ghr_pa_incentives
6963: where pa_request_id = l_pa_request_id
6964: order by pa_incentive_category_pmnt_dt;
6965:
6966:

Line 7137: FROM ghr_pa_incentives

7133: pa_incentive_category_amount,
7134: pa_incentive_category_percent,
7135: pa_incentive_category_pmnt_dt,
7136: pa_incentive_category_end_date
7137: FROM ghr_pa_incentives
7138: where pa_request_id = l_pa_request_id
7139: order by pa_incentive_category_pmnt_dt;
7140:
7141: l_installment_ctr NUMBER(10);