DBA Data[Home] [Help]

APPS.IGS_EN_VAL_API dependencies on IGS_PE_PERSON_ID_TYP

Line 57: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,

53: RETURN BOOLEAN;
54:
55: -- To compare the Format mask whether it contains any character other than 9,X and special character.
56: FUNCTION fm_equal(
57: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,
58: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)
59: RETURN BOOLEAN;
60:
61: -- To unformat the Formatted Alternate Person ID.

Line 58: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)

54:
55: -- To compare the Format mask whether it contains any character other than 9,X and special character.
56: FUNCTION fm_equal(
57: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,
58: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)
59: RETURN BOOLEAN;
60:
61: -- To unformat the Formatted Alternate Person ID.
62: FUNCTION unformat_api(

Line 69: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,

65:
66: -- wrapper function To compare the Format mask whether it contains any character other than 9,X and special character.
67: -- This function would be called from SS
68: FUNCTION fm_equal_wrap(
69: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,
70: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)
71: RETURN NUMBER;
72: END IGS_EN_VAL_API;

Line 70: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)

66: -- wrapper function To compare the Format mask whether it contains any character other than 9,X and special character.
67: -- This function would be called from SS
68: FUNCTION fm_equal_wrap(
69: p_format_mask IN igs_pe_person_id_typ.format_mask%TYPE,
70: p_frmt_msk_copy IN igs_pe_person_id_typ.format_mask%TYPE)
71: RETURN NUMBER;
72: END IGS_EN_VAL_API;