DBA Data[Home] [Help]

APPS.BEN_EXT_WRITE dependencies on XDO_TEMPLATES_B

Line 4550: from xdo_templates_b

4546: select application_short_name ,
4547: template_code ,
4548: default_language,
4549: default_territory
4550: from xdo_templates_b
4551: where template_id = c_xdo_id ;
4552:
4553: l_application_short_name xdo_templates_b.application_short_name%type ;
4554: l_template_code xdo_templates_b.template_code%type ;

Line 4553: l_application_short_name xdo_templates_b.application_short_name%type ;

4549: default_territory
4550: from xdo_templates_b
4551: where template_id = c_xdo_id ;
4552:
4553: l_application_short_name xdo_templates_b.application_short_name%type ;
4554: l_template_code xdo_templates_b.template_code%type ;
4555: l_default_language xdo_templates_b.default_language%type ;
4556: l_default_territory xdo_templates_b.default_territory%type ;
4557: l_fnd_out boolean ;

Line 4554: l_template_code xdo_templates_b.template_code%type ;

4550: from xdo_templates_b
4551: where template_id = c_xdo_id ;
4552:
4553: l_application_short_name xdo_templates_b.application_short_name%type ;
4554: l_template_code xdo_templates_b.template_code%type ;
4555: l_default_language xdo_templates_b.default_language%type ;
4556: l_default_territory xdo_templates_b.default_territory%type ;
4557: l_fnd_out boolean ;
4558: l_output_code varchar2(25) ;

Line 4555: l_default_language xdo_templates_b.default_language%type ;

4551: where template_id = c_xdo_id ;
4552:
4553: l_application_short_name xdo_templates_b.application_short_name%type ;
4554: l_template_code xdo_templates_b.template_code%type ;
4555: l_default_language xdo_templates_b.default_language%type ;
4556: l_default_territory xdo_templates_b.default_territory%type ;
4557: l_fnd_out boolean ;
4558: l_output_code varchar2(25) ;
4559:

Line 4556: l_default_territory xdo_templates_b.default_territory%type ;

4552:
4553: l_application_short_name xdo_templates_b.application_short_name%type ;
4554: l_template_code xdo_templates_b.template_code%type ;
4555: l_default_language xdo_templates_b.default_language%type ;
4556: l_default_territory xdo_templates_b.default_territory%type ;
4557: l_fnd_out boolean ;
4558: l_output_code varchar2(25) ;
4559:
4560: --