DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_BLANKET_WF_UTIL

Line 7160: oe_blanket_wf_util.create_and_start_flow(

7156:
7157: IF oe_code_control.get_code_release_level >= '110510' and
7158: G_Header_Rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
7159: oe_debug_pub.ADD('Create and Start Flow srini : '||G_Header_Rec.operation) ;
7160: oe_blanket_wf_util.create_and_start_flow(
7161: p_header_id => G_header_rec.header_id,
7162: p_transaction_phase_code => G_header_rec.transaction_phase_code,
7163: p_blanket_number => G_header_rec.order_number,
7164: x_return_status => l_return_status,