DBA Data[Home] [Help]

APPS.EDW_TRD_PARTNER_M_C dependencies on FND_INSTALLATION

Line 38: IF (NOT FND_INSTALLATION.GET_APP_INFO('PO', g_status, g_industry, g_schema)) THEN

34: g_industry VARCHAR2(30);
35:
36: Begin
37:
38: IF (NOT FND_INSTALLATION.GET_APP_INFO('PO', g_status, g_industry, g_schema)) THEN
39: RAISE_APPLICATION_ERROR (-20001, '***There is not POA schema set up***');
40: END IF;
41:
42: edw_log.put_line(' ');