DBA Data[Home] [Help]

APPS.ZPB_PERSONAL_AW dependencies on FND_APPLICATION

Line 1029: from FND_APPLICATION

1025: --
1026: if (FND_GLOBAL.USER_ID = -1) then
1027: select APPLICATION_ID
1028: into l_app
1029: from FND_APPLICATION
1030: where APPLICATION_SHORT_NAME = 'ZPB';
1031:
1032: FND_GLOBAL.APPS_INITIALIZE(to_number(p_user), l_resp, l_app);
1033: end if;