DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on FND_INSTALLATION

Line 9755: l_po := fnd_installation.get_app_info

9751: raise fnd_api.g_exc_unexpected_error;
9752: END IF; -- check return status
9753:
9754: -- IF PO installed and PO, insert PO info into PO_REQUISITIONS_INTERFACE_ALL
9755: l_po := fnd_installation.get_app_info
9756: (application_short_name => 'PO',
9757: status => l_poStatus,
9758: industry => l_poIndustry,
9759: oracle_schema => l_poSchema);

Line 9762: l_errMsg := 'fnd_installation.get_app_info failed';

9758: industry => l_poIndustry,
9759: oracle_schema => l_poSchema);
9760:
9761: IF(l_po = FALSE) THEN -- there is an error calling fnd_installion package
9762: l_errMsg := 'fnd_installation.get_app_info failed';
9763: raise fnd_api.g_exc_unexpected_error;
9764: ELSE -- no error
9765: IF(l_poStatus = 'I') THEN -- IF PO installed, insert PO info
9766: insert_po_req(p_gib => p_gib,