DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_FACTORS_PVT dependencies on STANDARD

Line 836: This function returns the rate from the standard rate template version,

832: END IF;
833:
834: END is_residual_tolerance_valid;
835: /**
836: This function returns the rate from the standard rate template version,
837: If standard rate template is of type INDEX, it takes the rate from OKL_INDEX_VALUES.
838: **/
839:
840: FUNCTION get_rate_from_srt(p_srt_version_id IN number

Line 837: If standard rate template is of type INDEX, it takes the rate from OKL_INDEX_VALUES.

833:
834: END is_residual_tolerance_valid;
835: /**
836: This function returns the rate from the standard rate template version,
837: If standard rate template is of type INDEX, it takes the rate from OKL_INDEX_VALUES.
838: **/
839:
840: FUNCTION get_rate_from_srt(p_srt_version_id IN number
841: ,p_lrs_eff_from IN date) RETURN number IS