DBA Data[Home] [Help]

APPS.IGS_FI_GEN_GL dependencies on IGS_LOOKUP_VALUES

Line 64: FUNCTION get_lkp_meaning (p_v_lookup_type IN igs_lookup_values.lookup_type%TYPE ,

60:
61: FUNCTION check_neg_chgadj_exists (p_n_invoice_id IN NUMBER) RETURN BOOLEAN;
62:
63:
64: FUNCTION get_lkp_meaning (p_v_lookup_type IN igs_lookup_values.lookup_type%TYPE ,
65: p_v_lookup_code IN igs_lookup_values.lookup_code%TYPE ) RETURN VARCHAR2;
66:
67: /*Public function to return the formatted value of the input
68: amount based on the currency precision

Line 65: p_v_lookup_code IN igs_lookup_values.lookup_code%TYPE ) RETURN VARCHAR2;

61: FUNCTION check_neg_chgadj_exists (p_n_invoice_id IN NUMBER) RETURN BOOLEAN;
62:
63:
64: FUNCTION get_lkp_meaning (p_v_lookup_type IN igs_lookup_values.lookup_type%TYPE ,
65: p_v_lookup_code IN igs_lookup_values.lookup_code%TYPE ) RETURN VARCHAR2;
66:
67: /*Public function to return the formatted value of the input
68: amount based on the currency precision
69: **/