DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_API_PKG dependencies on FND_INSTALLATION

Line 3186: app_flag := fnd_installation.get_app_info('FND', status, industry,my_appl);

3182:
3183: idt_name := initial_rule_set_check(p_rule_set_id, 'TRANSFORMATION', 'N');
3184:
3185: -- Get APPLSYS information. Needed for ad_ddl
3186: app_flag := fnd_installation.get_app_info('FND', status, industry,my_appl);
3187: IF NOT app_flag THEN
3188: raise gcs_lex_applsys_not_found;
3189: END IF;
3190:

Line 3659: app_flag := fnd_installation.get_app_info('FND', status, industry,my_appl);

3655:
3656: idt_name := initial_rule_set_check(p_rule_set_id, 'VALIDATION', 'N');
3657:
3658: -- Get APPLSYS information. Needed for ad_ddl
3659: app_flag := fnd_installation.get_app_info('FND', status, industry,my_appl);
3660: IF NOT app_flag THEN
3661: raise gcs_lex_applsys_not_found;
3662: END IF;
3663: