DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_BULK_HOLDS_PVT

Line 4708: l_bill_to_cust_id := OE_Bulk_Holds_PVT.CustAcctID_func

4704: AND NVL(p_x_line_rec.split_action_code,'X') <> 'SPLIT'
4705: AND NVL(p_x_line_rec.transaction_phase_code,'F') = 'F'
4706: AND l_credithold_cust ='BTL' THEN
4707:
4708: l_bill_to_cust_id := OE_Bulk_Holds_PVT.CustAcctID_func
4709: (p_in_site_id => p_x_line_rec.invoice_to_org_id,
4710: p_out_IDfound=> l_new_tbl_entry);
4711:
4712: IF l_debug_level > 0 THEN