DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_LOOKUP_VALUES

Line 840: from fnd_lookup_values

836:
837: BEGIN
838: select lookup_code
839: into refresh_portlet_code
840: from fnd_lookup_values
841: where upper(meaning) = upper(refresh_portlet)
842: and lookup_type = 'CONC_REFRESH_PORTLET'
843: and enabled_flag = 'Y'
844: and rownum = 1;

Line 1012: FROM fnd_lookup_values

1008: application_id_f(inc_prog_application);
1009: BEGIN
1010: SELECT lookup_code
1011: INTO scope_code_i
1012: FROM fnd_lookup_values
1013: WHERE lookup_type = 'CP_SERIAL_TYPE'
1014: AND upper(meaning) = upper(scope)
1015: AND rownum = 1;
1016: EXCEPTION

Line 1171: from fnd_lookup_values

1167: application_id := application_id_f(application);
1168: BEGIN
1169: select lookup_code
1170: into execution_method_code
1171: from fnd_lookup_values
1172: where upper(meaning) = upper(execution_method)
1173: and lookup_type = 'CP_EXECUTION_METHOD_CODE'
1174: and enabled_flag = 'Y'
1175: and rownum = 1;