DBA Data[Home] [Help]

APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_PROJECT_TYPES

Line 703: PA_PROJECT_TYPES

699:
700: -- Mark the project types as transferred to Interface table
701:
702: UPDATE
703: PA_PROJECT_TYPES
704: SET
705: ADW_NOTIFY_FLAG = 'N'
706: WHERE
707: PROJECT_TYPE = PROJECT_TYPES_R.PROJECT_TYPE;