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 944: l_result := fnd_installation.get_app_info ( 'GHR',

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

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

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