DBA Data[Home] [Help]

APPS.MSC_X_USER_EXCEP_GEN dependencies on AK_REGION_ITEMS

Line 753: ak_region_items AkRegItem,

749: DisplayLableList,CalculationNameList,CompValueList1,CompValueList2,
750: DateFilterFlagList,RollingDateFlagList,RollingNumberList,RollingTypeList,OpColumnNameList
751: From
752: ak_attributes akattr,
753: ak_region_items AkRegItem,
754: ak_region_items_tl AkRegItemTl,
755: MSC_USER_EXCEPTIONS mse,
756: MSC_USER_EXCEPTION_COMPONENTS comp
757: where

Line 754: ak_region_items_tl AkRegItemTl,

750: DateFilterFlagList,RollingDateFlagList,RollingNumberList,RollingTypeList,OpColumnNameList
751: From
752: ak_attributes akattr,
753: ak_region_items AkRegItem,
754: ak_region_items_tl AkRegItemTl,
755: MSC_USER_EXCEPTIONS mse,
756: MSC_USER_EXCEPTION_COMPONENTS comp
757: where
758: mse.region_code = 'MSCUSEREXCEPTION'

Line 1074: from ak_region_items

1070: if OpColumnNameList(i) is not null then
1071:
1072: -- get column name from attribute code
1073: select attribute3 into OpColumnNameList(i)
1074: from ak_region_items
1075: where attribute_code = OpColumnNameList(i)
1076: and REGION_APPLICATION_ID = 724
1077: and region_code = 'MSCUSEREXCEPTION';
1078: