DBA Data[Home] [Help]

APPS.XNP_MESSAGE dependencies on FND_INSTALLATION

Line 1746: l_ret := FND_INSTALLATION.GET_APP_INFO(

1742: moved to initialization block to set g_xnp_schema
1743:
1744: IF (g_schema_set = 0) THEN
1745:
1746: l_ret := FND_INSTALLATION.GET_APP_INFO(
1747: application_short_name=>'XNP'
1748: ,status=>l_status
1749: ,industry=>l_industry
1750: ,oracle_schema=>g_schema

Line 1971: l_ret := FND_INSTALLATION.GET_APP_INFO(

1967: /*
1968: adabholk 03/2001
1969: moved to initialization block to set g_fnd_schema
1970:
1971: l_ret := FND_INSTALLATION.GET_APP_INFO(
1972: application_short_name=>'FND'
1973: ,status=>l_status
1974: ,industry=>l_industry
1975: ,oracle_schema=>l_schema

Line 2102: l_ret := FND_INSTALLATION.GET_APP_INFO(

2098: ELSE
2099: POP_TIMEOUT := TO_NUMBER(l_pop_timeout) ;
2100: END IF ;
2101:
2102: l_ret := FND_INSTALLATION.GET_APP_INFO(
2103: application_short_name=>'FND'
2104: ,status=>l_status
2105: ,industry=>l_industry
2106: ,oracle_schema=>g_fnd_schema

Line 2108: l_ret := FND_INSTALLATION.GET_APP_INFO(

2104: ,status=>l_status
2105: ,industry=>l_industry
2106: ,oracle_schema=>g_fnd_schema
2107: );
2108: l_ret := FND_INSTALLATION.GET_APP_INFO(
2109: application_short_name=>'XNP'
2110: ,status=>l_status
2111: ,industry=>l_industry
2112: ,oracle_schema=>g_xnp_schema