DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_BULK_HOLDS_PVT

Line 2047: l_bill_to_cust_id := OE_Bulk_Holds_PVT.CustAcctID_func

2043: -- only if system parameter is set to BTH then processing for BTH case needs to be done
2044: IF p_x_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND l_credithold_cust ='BTH' THEN
2045: -- Log request to evaluate Holds.
2046: oe_debug_pub.ADD('Bill to Customer update: logging request for eval_hold_source',1);
2047: l_bill_to_cust_id := OE_Bulk_Holds_PVT.CustAcctID_func
2048: (p_in_site_id => p_x_header_rec.invoice_to_org_id,
2049: p_out_IDfound=> l_new_tbl_entry);
2050:
2051: oe_debug_pub.ADD('Header ID:' || to_char(p_x_header_rec.header_id) ||