DBA Data[Home] [Help]

APPS.WSH_WV_PVT dependencies on WSH_PARAMETERS_PVT

Line 731: WSH_PARAMETERS_PVT.get_param_value(organization_id,

727: BEGIN
728:
729: status := 0;
730:
731: WSH_PARAMETERS_PVT.get_param_value(organization_id,
732: 'PERCENT_FILL_BASIS_FLAG',
733: basis_flag);
734: IF basis_flag not in ('Q', 'V', 'W') THEN
735: basis_flag := 'W'; -- default to weight as basis.