DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on FND_GLOBAL

Line 1093: l_index := INSTR(l_substr, FND_GLOBAL.LOCAL_CHR(7));

1089:
1090: IF(p_path IS NULL)THEN RETURN l_return_tbl; END IF;
1091: LOOP
1092:
1093: l_index := INSTR(l_substr, FND_GLOBAL.LOCAL_CHR(7));
1094:
1095: IF(l_index > 0)THEN
1096:
1097: l_return_tbl(l_return_tbl.COUNT + 1) := SUBSTR(l_substr, 1, l_index - 1);