DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on BEN_ELIG_PER_F

Line 55: FROM ben_elig_per_f

51: WHERE business_group_id = cp_business_group_id;
52:
53: CURSOR c_ben_elig_per( cp_business_group_id NUMBER ) IS
54: SELECT rowid
55: FROM ben_elig_per_f
56: WHERE business_group_id = cp_business_group_id;
57:
58: ln_business_group_id NUMBER;
59: lv_business_group_name VARCHAR2(400);

Line 590: /* BEN_ELIG_PER_F */

586: END IF;
587:
588: END LOOP;
589:
590: /* BEN_ELIG_PER_F */
591:
592: ln_commit_cnt := 0;
593:
594: FOR elig IN c_ben_elig_per( ln_business_group_id )

Line 597: UPDATE ben_elig_per_f

593:
594: FOR elig IN c_ben_elig_per( ln_business_group_id )
595: LOOP
596:
597: UPDATE ben_elig_per_f
598: SET rt_comp_ref_uom = lv_new_currency
599: WHERE rowid = elig.rowid
600: AND rt_comp_ref_uom = lv_old_currency;
601: