DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on OE_HOLDS_PVT

Line 2062: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;

2058: v_header_id oe_order_lines_all.header_id%type ;
2059: v_config_line_id oe_order_lines_all.line_id%type ;
2060:
2061:
2062: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;
2063: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;
2064:
2065: l_x_hold_result_out Varchar2(30);
2066: l_x_hold_return_status Varchar2(30);

Line 2063: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;

2059: v_config_line_id oe_order_lines_all.line_id%type ;
2060:
2061:
2062: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;
2063: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;
2064:
2065: l_x_hold_result_out Varchar2(30);
2066: l_x_hold_return_status Varchar2(30);
2067: l_x_error_msg_count Number;