DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 50: FROM ben_pil_elctbl_chc_popl

46: WHERE business_group_id = cp_business_group_id;
47:
48: CURSOR c_ben_chc_popl( cp_business_group_id NUMBER ) IS
49: SELECT rowid
50: FROM ben_pil_elctbl_chc_popl
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

Line 569: /* BEN_PIL_ELCTBL_CHC_POPL */

565: output_currency_code = lv_old_currency );
566:
567: END LOOP;
568:
569: /* BEN_PIL_ELCTBL_CHC_POPL */
570:
571: ln_commit_cnt := 0;
572:
573: FOR chc IN c_ben_chc_popl( ln_business_group_id )

Line 576: UPDATE ben_pil_elctbl_chc_popl

572:
573: FOR chc IN c_ben_chc_popl( ln_business_group_id )
574: LOOP
575:
576: UPDATE ben_pil_elctbl_chc_popl
577: SET uom = lv_new_currency
578: WHERE rowid = chc.rowid
579: AND uom = lv_old_currency;
580: