DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on OE_WF_ORDER_ASSIGN_V

Line 1311: from oe_wf_order_assign_v o_wf_asg

1307: */
1308:
1309: cursor c_bill_only_invoice(cp_customer_trx_line_id number, cp_process_name oe_wf_line_assign_v.process_name%type ) is
1310: select 1
1311: from oe_wf_order_assign_v o_wf_asg
1312: where order_type_name = pr_new.interface_line_attribute2
1313: and exists
1314: (
1315: select 1