DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on XDO_TEMPLATES_B

Line 5569: from xdo_templates_b

5565: select application_short_name ,
5566: template_code ,
5567: default_language,
5568: default_territory
5569: from xdo_templates_b
5570: where template_id = c_xdo_id ;
5571:
5572: l_application_short_name xdo_templates_b.application_short_name%type ;
5573: l_template_code xdo_templates_b.template_code%type ;

Line 5572: l_application_short_name xdo_templates_b.application_short_name%type ;

5568: default_territory
5569: from xdo_templates_b
5570: where template_id = c_xdo_id ;
5571:
5572: l_application_short_name xdo_templates_b.application_short_name%type ;
5573: l_template_code xdo_templates_b.template_code%type ;
5574: l_default_language xdo_templates_b.default_language%type ;
5575: l_default_territory xdo_templates_b.default_territory%type ;
5576: l_fnd_out boolean ;

Line 5573: l_template_code xdo_templates_b.template_code%type ;

5569: from xdo_templates_b
5570: where template_id = c_xdo_id ;
5571:
5572: l_application_short_name xdo_templates_b.application_short_name%type ;
5573: l_template_code xdo_templates_b.template_code%type ;
5574: l_default_language xdo_templates_b.default_language%type ;
5575: l_default_territory xdo_templates_b.default_territory%type ;
5576: l_fnd_out boolean ;
5577:

Line 5574: l_default_language xdo_templates_b.default_language%type ;

5570: where template_id = c_xdo_id ;
5571:
5572: l_application_short_name xdo_templates_b.application_short_name%type ;
5573: l_template_code xdo_templates_b.template_code%type ;
5574: l_default_language xdo_templates_b.default_language%type ;
5575: l_default_territory xdo_templates_b.default_territory%type ;
5576: l_fnd_out boolean ;
5577:
5578: l_skip boolean;

Line 5575: l_default_territory xdo_templates_b.default_territory%type ;

5571:
5572: l_application_short_name xdo_templates_b.application_short_name%type ;
5573: l_template_code xdo_templates_b.template_code%type ;
5574: l_default_language xdo_templates_b.default_language%type ;
5575: l_default_territory xdo_templates_b.default_territory%type ;
5576: l_fnd_out boolean ;
5577:
5578: l_skip boolean;
5579: l_rule_value varchar2(30);