DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on XDO_TEMPLATES_B

Line 492: l_template_cd xdo_templates_b.template_code%type ;

488:
489: l_pdf_output_name ben_ext_rslt.output_name%type ;
490: l_input_name ben_ext_rslt.output_name%type ;
491: l_extn_name varchar2(50) ;
492: l_template_cd xdo_templates_b.template_code%type ;
493: l_application_id number ;
494: l_APPLICATION_SHORT_NAME xdo_templates_b.APPLICATION_SHORT_NAME%type ;
495: l_request_id number ;
496:

Line 494: l_APPLICATION_SHORT_NAME xdo_templates_b.APPLICATION_SHORT_NAME%type ;

490: l_input_name ben_ext_rslt.output_name%type ;
491: l_extn_name varchar2(50) ;
492: l_template_cd xdo_templates_b.template_code%type ;
493: l_application_id number ;
494: l_APPLICATION_SHORT_NAME xdo_templates_b.APPLICATION_SHORT_NAME%type ;
495: l_request_id number ;
496:
497:
498: cursor c_xdo (p_template_id number) is

Line 502: from xdo_templates_b xdo

498: cursor c_xdo (p_template_id number) is
499: select template_code ,
500: application_id,
501: APPLICATION_SHORT_NAME
502: from xdo_templates_b xdo
503: where template_id = p_template_id ;
504:
505: Begin
506: --