DBA Data[Home] [Help]

APPS.OKL_GENERATE_PV_RENT_PVT dependencies on FND_NUMBER

Line 521: FND_NUMBER.canonical_to_number(sll.rule_information6) amount,

517: NVL(sll.rule_information10, 'N') arrears_yn,
518: DECODE(sll.object1_id1, 'M', 30, 'Q', 120, 'S', 180, 'A', 360) days_per_period,
519: DECODE(sll.object1_id1, 'M', 12, 'Q', 4, 'S', 2, 'A', 1) periods_per_year,
520: DECODE(sll.object1_id1, 'M', 1, 'Q', 3, 'S', 6, 'A', 12) months_per_period,
521: FND_NUMBER.canonical_to_number(sll.rule_information6) amount,
522: TO_NUMBER(sll.rule_information7) stub_days,
523: TO_NUMBER(sll.rule_information8) stub_amount
524: FROM okc_rules_b sll,
525: okc_rules_b slh,