DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_PA_INCENTIVES

Line 6686: FROM ghr_pa_incentives

6682:
6683: Cursor c_inc_catg_details(l_pa_request_id NUMBER) IS
6684: SELECT pa_incentive_category_amount amount,
6685: pa_incentive_category_pmnt_dt payment_date
6686: FROM ghr_pa_incentives
6687: where pa_request_id = l_pa_request_id
6688: order by pa_incentive_category_pmnt_dt;
6689:
6690:

Line 6861: FROM ghr_pa_incentives

6857: pa_incentive_category_amount,
6858: pa_incentive_category_percent,
6859: pa_incentive_category_pmnt_dt,
6860: pa_incentive_category_end_date
6861: FROM ghr_pa_incentives
6862: where pa_request_id = l_pa_request_id
6863: order by pa_incentive_category_pmnt_dt;
6864:
6865: l_installment_ctr NUMBER(10);