DBA Data[Home] [Help]

APPS.FND_DOCUMENT_ENTITIES_PKG dependencies on FND_APPLICATION

Line 414: -- Get application Id from fnd_application.

410: if (X_OWNER = 'SEED') then
411: l_user_id := 1;
412: end if;
413:
414: -- Get application Id from fnd_application.
415: select application_id
416: into l_application_id
417: from fnd_application
418: where application_short_name = X_APP_SHORT_NAME;

Line 417: from fnd_application

413:
414: -- Get application Id from fnd_application.
415: select application_id
416: into l_application_id
417: from fnd_application
418: where application_short_name = X_APP_SHORT_NAME;
419:
420: begin
421: -- Get document entity Id from fnd_document_entities.

Line 506: -- Get application Id from fnd_application.

502: -- Translate char last_update_date to date
503: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
504:
505:
506: -- Get application Id from fnd_application.
507: select application_id
508: into l_application_id
509: from fnd_application
510: where application_short_name = X_APP_SHORT_NAME;

Line 509: from fnd_application

505:
506: -- Get application Id from fnd_application.
507: select application_id
508: into l_application_id
509: from fnd_application
510: where application_short_name = X_APP_SHORT_NAME;
511:
512: begin
513: -- Get document entity Id from fnd_document_entities.