DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on OKC_RULE_GROUPS_B

Line 1061: FROM okc_rule_groups_b crg,

1057: --This cursor determines whether there have been any Paydowns on this Contract
1058: CURSOR is_ppd_available_csr(chrId NUMBER)
1059: IS
1060: SELECT count(crl.id)
1061: FROM okc_rule_groups_b crg,
1062: okc_rules_b crl,
1063: okl_strm_type_v sty
1064: WHERE crl.rgp_id = crg.id
1065: AND crg.rgd_code = 'LALEVL'