DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on IGS_EN_NSU_DLSTP

Line 36: --2. The parameter p_setup_id is the corresponding setup id from tables IGS_EN_NSU_DLSTP (for FUNCTION) or

32: --Known limitations/enhancements and/or remarks:
33: --1. For the functions Variation_cuttoff, Record_cutoff and Grading_Schema,
34: --the parameter p_function_name = 'FUNCTION'
35: --For Discontinuation Dealdine calculation p_function_name = NULL
36: --2. The parameter p_setup_id is the corresponding setup id from tables IGS_EN_NSU_DLSTP (for FUNCTION) or
37: -- IGS_EN_NSD_DLSTP for Discontinuation.
38: --Change History:
39: --Who When What
40: -------------------------------------------------------------------

Line 42: p_formula_method igs_en_nsu_dlstp.formula_method%TYPE,

38: --Change History:
39: --Who When What
40: -------------------------------------------------------------------
41: FUNCTION recal_dl_date (p_v_uoo_id IGS_PS_USEC_OCCURS_V.uoo_id%TYPE,
42: p_formula_method igs_en_nsu_dlstp.formula_method%TYPE,
43: p_durationdays IN OUT NOCOPY igs_en_nstd_usec_dl_v.ENR_DL_TOTAL_DAYS%TYPE,
44: p_round_method igs_en_nstd_usec_dl_v.round_method%TYPE,
45: p_OffsetDuration igs_en_nstd_usec_dl_v.offset_duration%TYPE,
46: p_offsetdays IN OUT NOCOPY NUMBER,

Line 49: p_offset_dt_code igs_en_nsu_dlstp.offset_dt_code%type,

45: p_OffsetDuration igs_en_nstd_usec_dl_v.offset_duration%TYPE,
46: p_offsetdays IN OUT NOCOPY NUMBER,
47: p_function_name igs_en_nstd_usec_dl.function_name%type,
48: p_setup_id igs_en_nstd_usec_dl.non_std_usec_dls_id%type,
49: p_offset_dt_code igs_en_nsu_dlstp.offset_dt_code%type,
50: p_msg OUT NOCOPY VARCHAR2
51: )
52: RETURN DATE;
53: