DBA Data[Home] [Help]

APPS.PAY_SLA_UPDATE_PKG dependencies on FND_INSTALLATION

Line 240: l_retstatus := fnd_installation.get_app_info(

236:
237: l_product :='PAY';
238:
239: l_stmt_num :=10;
240: l_retstatus := fnd_installation.get_app_info(
241: l_product, l_status, l_industry, l_table_owner);
242:
243: if ((l_retstatus = TRUE) AND (l_table_owner is not null)) then
244:

Line 449: l_retstatus := FND_INSTALLATION.GET_APP_INFO('PAY', l_status, l_industry, l_table_owner);

445: BEGIN
446: l_stmt_num :=10;
447:
448: l_update_name := 'PAYSLA' ||X_Argument7;
449: l_retstatus := FND_INSTALLATION.GET_APP_INFO('PAY', l_status, l_industry, l_table_owner);
450:
451: /*Modified the application short name as PAY instead of GL for bug 13017809
452: Also note that the table pay_patch_status is a PAY table */
453: /*l_table_owner:='HR'; Commented out for bug 12343825*/