DBA Data[Home] [Help]

APPS.POR_LOAD_EMPLOYEE_ASSIGNMENT dependencies on FND_FLEX_EXT

Line 191: l_ccid := fnd_flex_ext.get_ccid('SQLGL','GL#',p_chart_of_accounts_id, to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),p_concatenated_segs);

187: BEGIN
188:
189:
190:
191: l_ccid := fnd_flex_ext.get_ccid('SQLGL','GL#',p_chart_of_accounts_id, to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),p_concatenated_segs);
192:
193:
194: IF (l_ccid = 0) THEN
195: RETURN NULL;