DBA Data[Home] [Help]

APPS.PAY_PUR_BUS dependencies on FND_INSTALLATION

Line 651: l_result := fnd_installation.get_app_info ( 'GHR',

647: end if;
648: end if;
649:
650:
651: l_result := fnd_installation.get_app_info ( 'GHR',
652: l_prod_status,
653: l_industry,
654: l_oracle_scheema );
655:

Line 943: l_result := fnd_installation.get_app_info ( 'GHR',

939: fnd_message.raise_error ;
940: end if;
941:
942:
943: l_result := fnd_installation.get_app_info ( 'GHR',
944: l_prod_status,
945: l_industry,
946: l_oracle_scheema );
947:

Line 1209: l_result := fnd_installation.get_app_info ( 'GHR',

1205:
1206: elsif p_datetrack_mode in (hr_api.g_future_change,hr_api.g_delete_next_change) then
1207:
1208:
1209: l_result := fnd_installation.get_app_info ( 'GHR',
1210: l_prod_status,
1211: l_industry,
1212: l_oracle_scheema );
1213: