DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on FND_APPLICATION

Line 2531: ln_app_id fnd_application.application_id%type;

2527: l_message VARCHAR2(4000);
2528: l_text VARCHAR2(8000);
2529: l_icon VARCHAR2(40);
2530: l_css VARCHAR2(40);
2531: ln_app_id fnd_application.application_id%type;
2532: cursor c1 is
2533: select fa.application_id
2534: from fnd_application fa
2535: where fa.application_short_name = p_apps_short_name ;

Line 2534: from fnd_application fa

2530: l_css VARCHAR2(40);
2531: ln_app_id fnd_application.application_id%type;
2532: cursor c1 is
2533: select fa.application_id
2534: from fnd_application fa
2535: where fa.application_short_name = p_apps_short_name ;
2536:
2537: BEGIN
2538: --