DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_DETAILS_VALIDATIONS

Line 4605: -- WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity

4601: -- changed Function to Procedure as the old result is not needed.
4602: --========================================================================
4603: -- PROCEDURE : Check_Tolerance
4604: -- This function is a wrapper around
4605: -- WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity
4606: --
4607: -- PARAMETERS: p_stop_id This parameter is not being used.
4608: -- p_source_line_id The source line id for which the
4609: -- tolerance is being calculated.

Line 4641: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;

4637:
4638: l_debug_on BOOLEAN;
4639: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
4640:
4641: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
4642: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
4643: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
4644:
4645: -- OM call to compare

Line 4642: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;

4638: l_debug_on BOOLEAN;
4639: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
4640:
4641: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
4642: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
4643: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
4644:
4645: -- OM call to compare
4646:

Line 4643: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;

4639: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CHECK_TOLERANCE';
4640:
4641: l_minmaxinrec WSH_DETAILS_VALIDATIONS.MinMaxInRecType;
4642: l_minmaxinoutrec WSH_DETAILS_VALIDATIONS.MinMaxInOutRecType;
4643: l_minmaxoutrec WSH_DETAILS_VALIDATIONS.MinMaxOutRecType;
4644:
4645: -- OM call to compare
4646:
4647:

Line 4673: WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity

4669: WSH_DEBUG_SV.logmsg(l_module_name, 'THE TOTAL SHIPPED QUANTITY FOR ORDER LINE ' || P_SOURCE_LINE_ID || ' IS ' || P_TOT_SHP_QTY );
4670: END IF;
4671:
4672:
4673: WSH_DETAILS_VALIDATIONS.get_min_max_tolerance_quantity
4674: (p_in_attributes => l_minmaxinrec,
4675: x_out_attributes => l_minmaxoutrec,
4676: p_inout_attributes => l_minmaxinoutrec,
4677: x_return_status => l_return_status,