DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on FND_INSTALLATION

Line 2074: fnd_installation.get_app_info ('INV'

2070: l_oracle_schema VARCHAR2 (30);
2071: l_debug NUMBER := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
2072: BEGIN
2073: l_ret :=
2074: fnd_installation.get_app_info ('INV'
2075: , l_status
2076: , l_industry
2077: , l_oracle_schema
2078: );

Line 2933: fnd_installation.get_app_info ('INV'

2929: );
2930: END IF;
2931:
2932: l_ret :=
2933: fnd_installation.get_app_info ('INV'
2934: , l_status
2935: , l_industry
2936: , l_oracle_schema
2937: );