DBA Data[Home] [Help]

APPS.ITG_SYNCCOAINBOUND_PVT dependencies on FND_FLEX_VALUES_S

Line 223: SELECT fnd_flex_values_s.nextval

219: l_comp_attrs := 'Y'||fnd_global.local_chr(10)||'Y';
220: END IF;
221:
222: /* next flex value id. */
223: SELECT fnd_flex_values_s.nextval
224: INTO l_next_id
225: FROM dual;
226:
227: l_creation_date := nvl(p_creation_date, SYSDATE);