DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_VALUE_SET_EXT

Line 6577: -- EGO_VALUE_SET_EXT. --

6573: code_debug('Create_Child_Value_Set(): OWNER is ' || p_owner);
6574:
6575: ----------------------------------------------------------------------------
6576: -- Capture the parent-child relationship by inserting a row into --
6577: -- EGO_VALUE_SET_EXT. --
6578: ----------------------------------------------------------------------------
6579:
6580: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,
6581: created_by, creation_date, last_updated_by, last_update_date,

Line 6580: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,

6576: -- Capture the parent-child relationship by inserting a row into --
6577: -- EGO_VALUE_SET_EXT. --
6578: ----------------------------------------------------------------------------
6579:
6580: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,
6581: created_by, creation_date, last_updated_by, last_update_date,
6582: last_update_login)
6583: VALUES (x_child_vs_id, p_parent_vs_id, l_owner, SYSDATE, l_owner, SYSDATE,
6584: g_current_login_id );

Line 6776: -- Delete from EGO_VALUE_SET_EXT --

6772: delete from FND_FLEX_VALUE_SETS where flex_value_set_id = p_child_vs_id;
6773:
6774:
6775: ----------------------------------------------------------------------------
6776: -- Delete from EGO_VALUE_SET_EXT --
6777: ----------------------------------------------------------------------------
6778: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;
6779:
6780: ----------------------------------------------------------------------------

Line 6778: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;

6774:
6775: ----------------------------------------------------------------------------
6776: -- Delete from EGO_VALUE_SET_EXT --
6777: ----------------------------------------------------------------------------
6778: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;
6779:
6780: ----------------------------------------------------------------------------
6781: -- Delete from EGO_VS_VALUES_DISP_ORDER --
6782: ----------------------------------------------------------------------------

Line 7076: -- Nothing to update in EGO_VALUE_SET_EXT (because the parent-child

7072: ,x_msg_data => x_msg_data
7073: );
7074:
7075:
7076: -- Nothing to update in EGO_VALUE_SET_EXT (because the parent-child
7077: -- relationship cannot be modified)
7078:
7079: ----------------------------------------------------------------------------
7080: -- Update EGO_VS_VALUES_DISP_ORDER --