DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on FND_APPLICATION

Line 2508: ln_app_id fnd_application.application_id%type;

2504: l_message VARCHAR2(4000);
2505: l_text VARCHAR2(8000);
2506: l_icon VARCHAR2(40);
2507: l_css VARCHAR2(40);
2508: ln_app_id fnd_application.application_id%type;
2509: cursor c1 is
2510: select fa.application_id
2511: from fnd_application fa
2512: where fa.application_short_name = p_apps_short_name ;

Line 2511: from fnd_application fa

2507: l_css VARCHAR2(40);
2508: ln_app_id fnd_application.application_id%type;
2509: cursor c1 is
2510: select fa.application_id
2511: from fnd_application fa
2512: where fa.application_short_name = p_apps_short_name ;
2513:
2514: BEGIN
2515: --