DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on OE_HOLDS_PVT

Line 2091: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;

2087: v_header_id oe_order_lines_all.header_id%type ;
2088: v_config_line_id oe_order_lines_all.line_id%type ;
2089:
2090:
2091: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;
2092: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;
2093:
2094: l_x_hold_result_out Varchar2(30);
2095: l_x_hold_return_status Varchar2(30);

Line 2092: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;

2088: v_config_line_id oe_order_lines_all.line_id%type ;
2089:
2090:
2091: l_hold_source_rec OE_Holds_PVT.Hold_Source_REC_type;
2092: l_hold_release_rec OE_Holds_PVT.Hold_release_REC_type;
2093:
2094: l_x_hold_result_out Varchar2(30);
2095: l_x_hold_return_status Varchar2(30);
2096: l_x_error_msg_count Number;