DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_BLANKET_WF_UTIL

Line 7354: oe_blanket_wf_util.create_and_start_flow(

7350:
7351: IF oe_code_control.get_code_release_level >= '110510' and
7352: G_Header_Rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
7353: oe_debug_pub.ADD('Create and Start Flow srini : '||G_Header_Rec.operation) ;
7354: oe_blanket_wf_util.create_and_start_flow(
7355: p_header_id => G_header_rec.header_id,
7356: p_transaction_phase_code => G_header_rec.transaction_phase_code,
7357: p_blanket_number => G_header_rec.order_number,
7358: x_return_status => l_return_status,