DBA Data[Home] [Help]

APPS.WIP_SFCB_UTILITIES dependencies on FND_INSTALLATION

Line 2098: l_result := fnd_installation.get(777, 777, l_status, l_industry);

2094: l_pkey5 => NULL,
2095: l_function_name => 'WIP_WIPOPMDF',
2096: l_function_type => 'F');
2097:
2098: l_result := fnd_installation.get(777, 777, l_status, l_industry);
2099:
2100: if ( l_status <> 'I' ) then
2101: return;
2102: end if;