DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_CREDIT_CHECK_RULES

Line 239: ,oe_credit_check_rules rl

235: ,oe_ar_lookups_v fp
236: ,oe_lookups ft
237: ,oe_fnd_common_lookups_v dc
238: ,oe_transaction_types_all lt
239: ,oe_credit_check_rules rl
240: ,ra_cust_trx_types rtrx
241: WHERE o.transaction_type_id = p_key
242: AND o.invoicing_rule_id = i.rule_id(+)
243: AND i.status(+) = 'A'

Line 320: ,oe_credit_check_rules rl

316: ,G_ORDER_TYPE_TBL(p_key).tax_calculation_flag
317: ,G_ORDER_TYPE_TBL(p_key).cust_trx_type_id
318: FROM OE_TRANSACTION_TYPES_ALL o
319: ,oe_transaction_types_tl otl
320: ,oe_credit_check_rules rl
321: ,ra_cust_trx_types rtrx
322: WHERE o.transaction_type_id = p_key
323: AND otl.transaction_type_id = o.transaction_type_id
324: AND otl.language = userenv('LANG')