DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on FND_INSTALLATION

Line 9482: l_po := fnd_installation.get_app_info

9478: raise fnd_api.g_exc_unexpected_error;
9479: END IF; -- check return status
9480:
9481: -- IF PO installed and PO, insert PO info into PO_REQUISITIONS_INTERFACE_ALL
9482: l_po := fnd_installation.get_app_info
9483: (application_short_name => 'PO',
9484: status => l_poStatus,
9485: industry => l_poIndustry,
9486: oracle_schema => l_poSchema);

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

9485: industry => l_poIndustry,
9486: oracle_schema => l_poSchema);
9487:
9488: IF(l_po = FALSE) THEN -- there is an error calling fnd_installion package
9489: l_errMsg := 'fnd_installation.get_app_info failed';
9490: raise fnd_api.g_exc_unexpected_error;
9491: ELSE -- no error
9492: IF(l_poStatus = 'I') THEN -- IF PO installed, insert PO info
9493: insert_po_req(p_gib => p_gib,