DBA Data[Home] [Help]

APPS.OKL_INVOICE_FORMATS_PUB dependencies on OKC_RULES_B

Line 473: okc_rules_b rule,

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'
477: AND rule.rule_information_category = 'LAINVD'