DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT dependencies on OKC_RULE_GROUPS_B

Line 690: from okc_rule_groups_b rgp

686: SELECT object1_id1 cust_acct_site_id
687: FROM okc_rules_b rul
688: WHERE rul.rule_information_category = 'BTO'
689: and exists (select '1'
690: from okc_rule_groups_b rgp
691: where rgp.id = rul.rgp_id
692: and rgp.rgd_code = 'LABILL'
693: and rgp.chr_id = rul.dnz_chr_id
694: and rgp.chr_id = v_khr_id );