DBA Data[Home] [Help]

APPS.IRC_CREATE_NOTIFICATION_PKG dependencies on FND_INSTALLATION

Line 84: l_dummy:=fnd_installation.get_app_info(

80: --
81: begin
82: --
83: l_table_name := 'PER_ALL_PEOPLE_F';
84: l_dummy:=fnd_installation.get_app_info(
85: application_short_name=>'PER'
86: ,status =>l_status
87: ,industry =>l_industry
88: ,oracle_schema =>l_table_owner);