DBA Data[Home] [Help]

APPS.OKL_INVOICE_FORMATS_PUB dependencies on OKC_RULE_GROUPS_B

Line 472: FROM okc_rule_groups_b rgp,

468: -- this cursor is used to check whethere invoice format has been
469: -- associated to any contract or not.
470: CURSOR inv_format_assoc_to_khr_csr IS
471: SELECT invf.name
472: FROM okc_rule_groups_b rgp,
473: okc_rules_b rule,
474: okl_invoice_formats_v invf
475: WHERE rgp.id = rule.rgp_id
476: AND rgp.rgd_code = 'LABILL'