DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_DETAILS_VALIDATIONS

Line 5592: -- WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity

5588: -- changed Function to Procedure as the old result is not needed.
5589: --========================================================================
5590: -- PROCEDURE : Check_Tolerance
5591: -- This function is a wrapper around
5592: -- WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity
5593: --
5594: -- PARAMETERS: p_stop_id This parameter is not being used.
5595: -- p_source_line_id The source line id for which the
5596: -- tolerance is being calculated.

Line 5628: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;

5624:
5625: l_debug_on BOOLEAN;
5626: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
5627:
5628: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
5629: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
5630: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
5631:
5632: -- OM call to compare

Line 5629: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;

5625: l_debug_on BOOLEAN;
5626: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
5627:
5628: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
5629: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
5630: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
5631:
5632: -- OM call to compare
5633: --Bug#9437761

Line 5630: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;

5626: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
5627:
5628: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
5629: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
5630: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
5631:
5632: -- OM call to compare
5633: --Bug#9437761
5634: CURSOR c_order_line_details(c_source_line_id NUMBER) IS

Line 5669: WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity

5665: WSH_DEBUG_SV.logmsg(l_module_name, 'THE TOTAL SHIPPED QUANTITY FOR ORDER LINE ' || P_SOURCE_LINE_ID || ' IS ' || P_TOT_SHP_QTY );
5666: END IF;
5667:
5668:
5669: WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity
5670: (p_in_attributes => l_minmaxinrec,
5671: x_out_attributes => l_minmaxoutrec,
5672: p_inout_attributes => l_minmaxinoutrec,
5673: x_return_status => l_return_status,