DBA Data[Home] [Help]

APPS.EGO_PUB_WS_WRAPPER dependencies on EGO_PUB_WS_UTIL

Line 58: l_batch_search_str := EGO_PUB_WS_UTIL.Get_Batch_Search_Str(l_odi_entscename);

54: --determine invocation mode for web services to publish data to Hub Systems
55: --and insert in parametes table
56:
57: -- Get Entity Scenario Name
58: l_batch_search_str := EGO_PUB_WS_UTIL.Get_Batch_Search_Str(l_odi_entscename);
59:
60: /*insert into EGO.tr_temp values('wrapper p_session_id :', p_session_id);
61: insert into tr_temp values('wrapper l_batch_search_str :', l_batch_search_str);
62: commit;

Line 64: EGO_PUB_WS_UTIL.Invocation_Mode(p_session_id => p_session_id,

60: /*insert into EGO.tr_temp values('wrapper p_session_id :', p_session_id);
61: insert into tr_temp values('wrapper l_batch_search_str :', l_batch_search_str);
62: commit;
63: */
64: EGO_PUB_WS_UTIL.Invocation_Mode(p_session_id => p_session_id,
65: p_search_str => l_batch_search_str,
66: x_mode => l_mode,
67: x_batch_id => l_batch_id);
68:

Line 136: l_system_search_str := EGO_PUB_WS_UTIL.Get_System_Search_Str(l_odi_entscename);

132: EGO_PUB_FWK_PK.Update_Pub_Status(l_batch_id, 0, bat_ent_stat_rec,x_bat_status_out,x_return_status,x_msg_count,x_msg_data);
133:
134: END IF;
135:
136: l_system_search_str := EGO_PUB_WS_UTIL.Get_System_Search_Str(l_odi_entscename);
137:
138: --DBMS_OUTPUT.PUT_LINE('Before Config_Systems');
139: --DBMS_OUTPUT.PUT_LINE(p_session_id);
140: --DBMS_OUTPUT.PUT_LINE(l_system_search_str);

Line 145: EGO_PUB_WS_UTIL.Config_Systems( p_session_id,

141: --DBMS_OUTPUT.PUT_LINE(l_odi_entscename);
142: --DBMS_OUTPUT.PUT_LINE(l_mode);
143: --DBMS_OUTPUT.PUT_LINE('Done - calling config_systems');
144:
145: EGO_PUB_WS_UTIL.Config_Systems( p_session_id,
146: l_system_search_str,
147: l_odi_entscename);
148:
149: END Create_Params_Sync;