DBA Data[Home] [Help]

APPS.PER_POSITION_STRUCTURES_PKG dependencies on FND_INSTALLATION

Line 31: l_installed :=fnd_installation.get(appl_id => 275

27: end;
28: --
29: begin
30: -- Get PA's installation status
31: l_installed :=fnd_installation.get(appl_id => 275
32: ,dep_appl_id => 275
33: ,status => p_pa_installed
34: ,industry => l_industry);
35: --