DBA Data[Home] [Help]

APPS.IGS_GE_MNT_SDTT dependencies on IGS_PE_PERSON_ID_TYP

Line 117: l_trans_s IGS_PE_PERSON_ID_TYP.FORMAT_MASK%TYPE := NULL;

113:
114: -- This function takes a varchar string and a format mask and checks whether the string is in the passed format or not. Bug : 2325141
115: FUNCTION check_format_mask(s IN VARCHAR2, t IN VARCHAR2) RETURN BOOLEAN IS
116: l_str_len NUMBER := LENGTH(s);
117: l_trans_s IGS_PE_PERSON_ID_TYP.FORMAT_MASK%TYPE := NULL;
118: l_chr VARCHAR2(1);
119: BEGIN
120: FOR i IN 1..l_str_len LOOP
121: l_chr := SUBSTR(s,i,1);