DBA Data[Home] [Help]

APPS.IGS_OR_GEN_012_PKG dependencies on FND_LOOKUP_VALUES

Line 248: p_function_name IN fnd_lookup_values.lookup_code%TYPE,

244: END IF;
245: END update_organization;
246:
247: PROCEDURE get_where_clause(
248: p_function_name IN fnd_lookup_values.lookup_code%TYPE,
249: p_where_clause OUT NOCOPY VARCHAR2
250: )AS
251: /*
252: || Created By : [email protected]

Line 308: p_function_name IN fnd_lookup_values.lookup_code%TYPE,

304:
305:
306:
307: PROCEDURE get_where_clause_form(
308: p_function_name IN fnd_lookup_values.lookup_code%TYPE,
309: p_where_clause OUT NOCOPY VARCHAR2
310: )AS
311: /*
312: || Created By : [email protected]

Line 362: p_function_name IN fnd_lookup_values.lookup_code%TYPE,

358:
359:
360:
361: PROCEDURE get_where_clause_api(
362: p_function_name IN fnd_lookup_values.lookup_code%TYPE,
363: p_where_clause OUT NOCOPY VARCHAR2
364: )AS
365: /*
366: || Created By : [email protected]

Line 414: p_function_name IN fnd_lookup_values.lookup_code%TYPE,

410: APP_EXCEPTION.RAISE_EXCEPTION;
411: END get_where_clause_api;
412:
413: PROCEDURE get_where_clause_form1(
414: p_function_name IN fnd_lookup_values.lookup_code%TYPE,
415: p_where_clause OUT NOCOPY VARCHAR2
416: )AS
417: /*
418: || Created By : [email protected]

Line 473: p_function_name IN fnd_lookup_values.lookup_code%TYPE,

469:
470:
471:
472: PROCEDURE get_where_clause_api1(
473: p_function_name IN fnd_lookup_values.lookup_code%TYPE,
474: p_where_clause OUT NOCOPY VARCHAR2
475: )AS
476: /*
477: || Created By : [email protected]