DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on OKC_RULE_GROUPS_B

Line 1044: FROM okc_rule_groups_b crg,

1040: --This cursor determines whether there have been any Paydowns on this Contract
1041: CURSOR is_ppd_available_csr(chrId NUMBER)
1042: IS
1043: SELECT count(crl.id)
1044: FROM okc_rule_groups_b crg,
1045: okc_rules_b crl,
1046: okl_strm_type_v sty
1047: WHERE crl.rgp_id = crg.id
1048: AND crg.rgd_code = 'LALEVL'