DBA Data[Home] [Help]

APPS.EGO_PUB_WS_ICC dependencies on EGO_PUB_WS_VS

Line 725: It inturn looks for this param and decides whether to call EGO_PUB_WS_VS.Explode_Value_Set() or not

721:
722: /*In both Batch and List Mode, hard-code the param CHILD_VALUESETS as Y.
723: This param is NOT available in ICC xml. So, always set it to Y so that
724: child VS will get synced. Explode_ICC() will call EGO_PUB_WS_AG.Explode_Attribute_Group() procedure.
725: It inturn looks for this param and decides whether to call EGO_PUB_WS_VS.Explode_Value_Set() or not
726: If ICC does not hard-code this param, Explode_Attribute_Group will raise a no-data-found exception.*/
727: --debug(L_PROC_NAME||'Batch,List Mode, Insert into EGO_PUB_WS_CONFIG, Parameter_Name: CHILD_VALUESETS with Value =TRUE');
728: INSERT INTO EGO_PUB_WS_CONFIG ( session_id,
729: odi_session_id,

Line 1725: ego_pub_ws_vs.Insert_VS_Entity ( p_session_id => p_session_id

1721:
1722: FOR trans_attr_vs IN cur_trans_attr_vs(p_session_id) LOOP
1723:
1724: --inserting records in to EGO_PUB_WS_ENTITIES
1725: ego_pub_ws_vs.Insert_VS_Entity ( p_session_id => p_session_id
1726: ,p_vs_id => trans_attr_vs.FLEX_VALUE_SET_ID
1727: ,p_vs_name => trans_attr_vs.FLEX_VALUE_SET_NAME
1728: ,p_vs_version => trans_attr_vs.vs_seq_id
1729: ,p_user_entered_flag => G_USER_ENTERED_FLAG_NO