DBA Data[Home] [Help]

APPS.PJM_UPDATE_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL

Line 47: update ak_region_items_tl

43: set node_display_flag = 'Y'
44: where region_code = 'PJM_ALL_PROJ_STATUS'
45: and substr(attribute_code,7) = to_char(var_column_order);
46:
47: update ak_region_items_tl
48: set attribute_label_long = substr(var_column_prompt,1,50)
49: where region_code = 'PJM_ALL_PROJ_STATUS'
50: and substr(attribute_code,7) = to_char(var_column_order);
51:

Line 65: update ak_region_items_tl

61: set node_display_flag = 'Y'
62: where region_code = 'PJM_ALL_PROJ_TASK_STATUS'
63: and substr(attribute_code,7) = to_char(var_column_order);
64:
65: update ak_region_items_tl
66: set attribute_label_long = substr(var_column_prompt,1,50)
67: where region_code = 'PJM_ALL_PROJ_TASK_STATUS'
68: and substr(attribute_code,7) = to_char(var_column_order);
69:

Line 83: update ak_region_items_tl

79: set node_display_flag = 'Y'
80: where region_code = 'PJM_ALL_PROJ_RSRC_STATUS'
81: and substr(attribute_code,7) = to_char(var_column_order);
82:
83: update ak_region_items_tl
84: set attribute_label_long = substr(var_column_prompt,1,50)
85: where region_code = 'PJM_ALL_PROJ_RSRC_STATUS'
86: and substr(attribute_code,7) = to_char(var_column_order);
87: