DBA Data[Home] [Help]

APPS.PA_USER_ATTR_PUB dependencies on EGO_USER_ATTRS_DATA_PUB

Line 143: EGO_USER_ATTRS_DATA_PUB.Copy_User_Attrs_Data (

139:
140: l_orig_task_pk_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PROJ_ELEMENT_ID', NULL));
141: l_new_task_pk_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PROJ_ELEMENT_ID', NULL));
142:
143: EGO_USER_ATTRS_DATA_PUB.Copy_User_Attrs_Data (
144: p_api_version => 1.0
145: ,p_application_id => 275
146: ,p_object_name => 'PA_PROJECTS'
147: ,p_old_pk_col_value_pairs => l_orig_proj_pk_value_pairs

Line 183: EGO_USER_ATTRS_DATA_PUB.Copy_User_Attrs_Data (

179: if get_new_proj_element_id%FOUND THEN
180: l_orig_task_pk_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PROJ_ELEMENT_ID', l_old_proj_element_id));
181: l_new_task_pk_value_pairs := EGO_COL_NAME_VALUE_PAIR_ARRAY(EGO_COL_NAME_VALUE_PAIR_OBJ('PROJ_ELEMENT_ID', l_new_proj_element_id));
182:
183: EGO_USER_ATTRS_DATA_PUB.Copy_User_Attrs_Data (
184: p_api_version => 1.0
185: ,p_application_id => 275
186: ,p_object_name => 'PA_PROJECTS'
187: ,p_old_pk_col_value_pairs => l_orig_proj_pk_value_pairs

Line 686: -- EGO_USER_ATTRS_DATA_PUB.Process_User_Attr_Data

682: -- API name : Process_User_Attrs_Data
683: -- Type : Public
684: -- Pre-reqs : None.
685: -- Description : This API is a wrapper for the EGO API
686: -- EGO_USER_ATTRS_DATA_PUB.Process_User_Attr_Data
687: -- It performs the following operations:
688: -- 1. transpose data from the PA data structure
689: -- to a format that is understood by the EGO API
690: -- 2. Call the EGO api and return the results

Line 872: pa_debug.debug('>> EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data');

868: -- Since we are done looping and constructing the pl/sql tables,we are --
869: -- ready to process the data we've collected for this project instance --
870: -------------------------------------------------------------------------
871: if (p_debug_mode = 'Y') then
872: pa_debug.debug('>> EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data');
873: end if;
874: EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data
875: (
876: p_api_version => 1.0

Line 874: EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data

870: -------------------------------------------------------------------------
871: if (p_debug_mode = 'Y') then
872: pa_debug.debug('>> EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data');
873: end if;
874: EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data
875: (
876: p_api_version => 1.0
877: ,p_object_name => p_object_name
878: ,p_attributes_row_table => p_attributes_row_table

Line 896: pa_debug.debug('>> EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data');

892: ,x_msg_count => l_msg_count
893: ,x_msg_data => l_msg_data
894: );
895: if (p_debug_mode = 'Y') then
896: pa_debug.debug('>> EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data');
897: pa_debug.debug('Return Status = ' || l_return_status);
898: pa_debug.debug('Message Count = ' || l_msg_count);
899: end if;
900: