DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on OE_WF_ORDER_ASSIGN_V

Line 51: from oe_wf_order_assign_v o_wf_asg

47: WHERE customer_trx_LINE_id = v_customer_trx_line_id;
48:
49: cursor c_bill_only_invoice(cp_customer_trx_line_id number, cp_process_name oe_wf_line_assign_v.process_name%type ) is
50: select 1
51: from oe_wf_order_assign_v o_wf_asg
52: where order_type_name = pr_new.interface_line_attribute2
53: and exists
54: (
55: select 1

Line 4977: from oe_wf_order_assign_v o_wf_asg

4973: /*changes by abezgam for bug 10176878, start */
4974:
4975: cursor c_bill_only_invoice(cp_customer_trx_line_id number, cp_process_name oe_wf_line_assign_v.process_name%type ) is
4976: select 1
4977: from oe_wf_order_assign_v o_wf_asg
4978: where order_type_name = pr_new.interface_line_attribute2
4979: and exists
4980: (
4981: select 1