DBA Data[Home] [Help]

APPS.QA_ERES_UTIL dependencies on QA_CHARS_API

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

192: -- Get the Char ID of eSignature Status element
193: l_char_id := QA_SS_CONST.esignature_status;
194:
195: -- Get the Prompt for the eSignature Status element
196: l_prompt := QA_CHARS_API.prompt( l_char_id );
197:
198: -- Get the Next Prompt Sequence for the Given Plan
199: OPEN get_prompt_seq( p_plan_id );
200: FETCH get_prompt_seq INTO l_prompt_seq;