DBA Data[Home] [Help]

APPS.XLA_SOURCES_F_PKG dependencies on FND_APPLICATION

Line 653: FROM fnd_application

649:
650: CURSOR c_appl
651: IS
652: SELECT application_id
653: FROM fnd_application
654: WHERE application_short_name = p_appl_short_name;
655:
656: CURSOR c_view_appl
657: IS

Line 659: FROM fnd_application

655:
656: CURSOR c_view_appl
657: IS
658: SELECT application_id
659: FROM fnd_application
660: WHERE application_short_name = p_view_appl_short_name;
661:
662: CURSOR c_flex
663: IS

Line 671: FROM fnd_application

667:
668: CURSOR c_flex_appl
669: IS
670: SELECT application_id
671: FROM fnd_application
672: WHERE application_short_name = p_flex_appl_short_name;
673:
674: BEGIN
675:

Line 810: FROM fnd_application

806:
807: CURSOR c_appl
808: IS
809: SELECT application_id
810: FROM fnd_application
811: WHERE application_short_name = p_appl_short_name;
812:
813: BEGIN
814: