DBA Data[Home] [Help]

APPS.OKL_AM_VENDOR_RES_SHARE_PVT dependencies on OKC_RULES_V

Line 1321: FROM OKC_RULES_V rul,

1317: AND TAL.retirement_id = RET.retirement_id -- do not pick if residual share already done for that retirement trn
1318: )
1319: AND 1 < ( -- has residual sharing with more than one party (if one party then it is Lessor)
1320: SELECT count(rul.rule_information1)
1321: FROM OKC_RULES_V rul,
1322: OKC_RULE_GROUPS_B rgp
1323: WHERE rul.dnz_chr_id = VPA.id
1324: AND rul.rgp_id = rgp.id
1325: AND rgp.rgd_code = 'VGLRS'