DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on FND_GLOBAL

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

1078:
1079: IF(p_path IS NULL)THEN RETURN l_return_tbl; END IF;
1080: LOOP
1081:
1082: l_index := INSTR(l_substr, FND_GLOBAL.LOCAL_CHR(7));
1083:
1084: IF(l_index > 0)THEN
1085:
1086: l_return_tbl(l_return_tbl.COUNT + 1) := SUBSTR(l_substr, 1, l_index - 1);