DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_LAYOUTS_PKG dependencies on FND_APPLICATION

Line 473: from FND_APPLICATION

469:
470: -- look up application id
471: select APPLICATION_ID
472: into l_app_id
473: from FND_APPLICATION
474: where APPLICATION_SHORT_NAME = X_ATTRIBUTE_APPLICATION_CODE;
475:
476: -- Translate owner to file_last_updated_by
477: if (x_owner = 'SEED') then

Line 580: from FND_APPLICATION

576:
577: -- look up application id
578: select APPLICATION_ID
579: into l_app_id
580: from FND_APPLICATION
581: where APPLICATION_SHORT_NAME = X_ATTRIBUTE_APPLICATION_CODE;
582:
583: -- Translate owner to file_last_updated_by
584: if (x_owner = 'SEED') then