DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on HR_ORGANIZATION_UNITS

Line 19: G_tgt_expnd_org hr_organization_units.name%TYPE;

15: G_rule_name PA_ALLOC_RULES_ALL.rule_name%TYPE ;
16: G_request_id NUMBER ;
17: /* Bug No:- 2487147, UTF8 change : changed G_tgt_expnd_org to %TYPE */
18: /* G_tgt_expnd_org VARCHAR2(60); */
19: G_tgt_expnd_org hr_organization_units.name%TYPE;
20: G_tgt_expnd_type_class VARCHAR2(30);
21: G_tgt_expnd_type VARCHAR2(30);
22: /* Bug No:- 2487147, UTF8 change : changed G_offset_expnd_org to %TYPE */
23: /* G_offset_expnd_org VARCHAR2(60); */

Line 24: G_offset_expnd_org hr_organization_units.name%TYPE;

20: G_tgt_expnd_type_class VARCHAR2(30);
21: G_tgt_expnd_type VARCHAR2(30);
22: /* Bug No:- 2487147, UTF8 change : changed G_offset_expnd_org to %TYPE */
23: /* G_offset_expnd_org VARCHAR2(60); */
24: G_offset_expnd_org hr_organization_units.name%TYPE;
25: G_offset_expnd_type_class VARCHAR2(30);
26: G_offset_expnd_type VARCHAR2(30);
27: G_num_txns NUMBER := 0 ;
28: G_basis_balance_category PA_ALLOC_RULES_ALL.basis_balance_category%TYPE; /* added bug 2619977 */

Line 9299: v_target_expnd_org hr_organization_units.name%TYPE;

9295: v_import_failed VARCHAR2(1) ;
9296: v_org_id NUMBER ;
9297: /* Bug No:- 2487147, UTF8 change : changed v_target_expnd_org to %TYPE */
9298: /* v_target_expnd_org VARCHAR2(60) ; */
9299: v_target_expnd_org hr_organization_units.name%TYPE;
9300: /* Bug No:- 2487147, UTF8 change : changed v_offset_expnd_org to %TYPE */
9301: /* v_offset_expnd_org VARCHAR2(60) ; */
9302: v_offset_expnd_org hr_organization_units.name%TYPE;
9303: v_target_exp_type_class VARCHAR2(30) ;

Line 9302: v_offset_expnd_org hr_organization_units.name%TYPE;

9298: /* v_target_expnd_org VARCHAR2(60) ; */
9299: v_target_expnd_org hr_organization_units.name%TYPE;
9300: /* Bug No:- 2487147, UTF8 change : changed v_offset_expnd_org to %TYPE */
9301: /* v_offset_expnd_org VARCHAR2(60) ; */
9302: v_offset_expnd_org hr_organization_units.name%TYPE;
9303: v_target_exp_type_class VARCHAR2(30) ;
9304: v_offset_exp_type_class VARCHAR2(30) ;
9305: v_expnd_end_date DATE ;
9306: v_interface_id NUMBER ;