DBA Data[Home] [Help]

APPS.QA_ERES_UTIL dependencies on QA_CHARS_API

Line 181: l_prompt := QA_CHARS_API.prompt( l_char_id );

177: -- Get the Char ID of eSignature Status element
178: l_char_id := QA_SS_CONST.esignature_status;
179:
180: -- Get the Prompt for the eSignature Status element
181: l_prompt := QA_CHARS_API.prompt( l_char_id );
182:
183: -- Get the Next Prompt Sequence for the Given Plan
184: OPEN get_prompt_seq( p_plan_id );
185: FETCH get_prompt_seq INTO l_prompt_seq;