DBA Data[Home] [Help]

APPS.HXC_OTL_INFO_TYPE_HELPER dependencies on FND_FLEX_DSC_API

Line 75: if (fnd_flex_dsc_api.context_exists

71:
72: begin
73: l_long := false;
74:
75: if (fnd_flex_dsc_api.context_exists
76: (p_appl_short_name=> p_otc_appl_short_name,
77: p_flexfield_name=> p_otc_flex_name,
78: p_context_code=>form_otl_context(p_context_prefix, p_context_code))
79: )then

Line 141: if FND_FLEX_DSC_API.context_exists

137: Return Boolean is
138: l_exists boolean;
139: Begin
140:
141: if FND_FLEX_DSC_API.context_exists
142: (P_APPL_SHORT_NAME => p_otc_appl_short_name,
143: P_FLEXFIELD_NAME => p_otc_flex_name,
144: P_CONTEXT_CODE => p_context_code
145: ) then