DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on FND_INSTALLATION

Line 2125: fnd_installation.get_app_info ('INV'

2121: l_oracle_schema VARCHAR2 (30);
2122: l_debug NUMBER := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
2123: BEGIN
2124: l_ret :=
2125: fnd_installation.get_app_info ('INV'
2126: , l_status
2127: , l_industry
2128: , l_oracle_schema
2129: );

Line 2974: fnd_installation.get_app_info ('INV'

2970: );
2971: END IF;
2972:
2973: l_ret :=
2974: fnd_installation.get_app_info ('INV'
2975: , l_status
2976: , l_industry
2977: , l_oracle_schema
2978: );