DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKC_RULES_B

Line 1572: from okc_rules_b sll_rulb,

1568: sll_rulb.rule_information6 amount,
1569: sll_rulb.rule_information7 stub_days,
1570: sll_rulb.rule_information8 stub_amount,
1571: sll_rulb.rule_information13 rate
1572: from okc_rules_b sll_rulb,
1573: okc_rules_b slh_rulb,
1574: okl_strm_type_b styb,
1575: okc_rule_groups_b rgpb
1576: where sll_rulb.rgp_id = rgpb.id

Line 1573: okc_rules_b slh_rulb,

1569: sll_rulb.rule_information7 stub_days,
1570: sll_rulb.rule_information8 stub_amount,
1571: sll_rulb.rule_information13 rate
1572: from okc_rules_b sll_rulb,
1573: okc_rules_b slh_rulb,
1574: okl_strm_type_b styb,
1575: okc_rule_groups_b rgpb
1576: where sll_rulb.rgp_id = rgpb.id
1577: and sll_rulb.rule_information_category = 'LASLL'

Line 4392: from okc_rules_b

4388: rule_information6,
4389: jtot_object1_code,
4390: object1_id1,
4391: object1_id2
4392: from okc_rules_b
4393: where rgp_id = p_rgp_id
4394: and rule_information_category = p_rul_code
4395: and dnz_chr_id = p_chr_id;
4396: