DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_VALUE_SET_EXT

Line 7317: -- EGO_VALUE_SET_EXT. --

7313: code_debug('Create_Child_Value_Set(): OWNER is ' || p_owner);
7314:
7315: ----------------------------------------------------------------------------
7316: -- Capture the parent-child relationship by inserting a row into --
7317: -- EGO_VALUE_SET_EXT. --
7318: ----------------------------------------------------------------------------
7319:
7320: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,
7321: created_by, creation_date, last_updated_by, last_update_date,

Line 7320: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,

7316: -- Capture the parent-child relationship by inserting a row into --
7317: -- EGO_VALUE_SET_EXT. --
7318: ----------------------------------------------------------------------------
7319:
7320: INSERT INTO ego_value_set_ext (value_set_id, parent_value_set_id,
7321: created_by, creation_date, last_updated_by, last_update_date,
7322: last_update_login)
7323: VALUES (x_child_vs_id, p_parent_vs_id, l_owner, SYSDATE, l_owner, SYSDATE,
7324: g_current_login_id );

Line 7516: -- Delete from EGO_VALUE_SET_EXT --

7512: delete from FND_FLEX_VALUE_SETS where flex_value_set_id = p_child_vs_id;
7513:
7514:
7515: ----------------------------------------------------------------------------
7516: -- Delete from EGO_VALUE_SET_EXT --
7517: ----------------------------------------------------------------------------
7518: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;
7519:
7520: ----------------------------------------------------------------------------

Line 7518: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;

7514:
7515: ----------------------------------------------------------------------------
7516: -- Delete from EGO_VALUE_SET_EXT --
7517: ----------------------------------------------------------------------------
7518: delete from ego_value_set_ext where VALUE_SET_ID = p_child_vs_id;
7519:
7520: ----------------------------------------------------------------------------
7521: -- Delete from EGO_VS_VALUES_DISP_ORDER --
7522: ----------------------------------------------------------------------------

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

7833: --changes for p4t ends
7834: );
7835:
7836:
7837: -- Nothing to update in EGO_VALUE_SET_EXT (because the parent-child
7838: -- relationship cannot be modified)
7839:
7840: ----------------------------------------------------------------------------
7841: -- Update EGO_VS_VALUES_DISP_ORDER --