DBA Data[Home] [Help]

APPS.PER_SIT_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 109: from fnd_id_flex_structures_vl

105: ,p_flex_enabled IN OUT NOCOPY varchar2) is
106: cursor c is
107: select id_flex_structure_name
108: , enabled_flag
109: from fnd_id_flex_structures_vl
110: where id_flex_code = 'PEA'
111: and id_flex_num = p_id_flex_num;
112: --
113: begin