DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on ALL_OBJECTS

Line 371: select owner into l_owner from sys.all_objects

367: l_owner1 VARCHAR2(255);
368: l_temp VARCHAR2(255);
369: BEGIN
370: IF (fnd_installation.GET_APP_INFO('AR',l_status,l_temp,l_owner1)) THEN
371: select owner into l_owner from sys.all_objects
372: where object_name = 'HZ_STAGED_PARTIES' and OBJECT_TYPE = 'TABLE' and owner = l_owner1;
373: END IF;
374: log('Deleting existing staged data');
375: log('Truncating HZ_STAGED_PARTIES .. ', FALSE);