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 9404: v_target_expnd_org hr_organization_units.name%TYPE;

9400: v_import_failed VARCHAR2(1) ;
9401: v_org_id NUMBER ;
9402: /* Bug No:- 2487147, UTF8 change : changed v_target_expnd_org to %TYPE */
9403: /* v_target_expnd_org VARCHAR2(60) ; */
9404: v_target_expnd_org hr_organization_units.name%TYPE;
9405: /* Bug No:- 2487147, UTF8 change : changed v_offset_expnd_org to %TYPE */
9406: /* v_offset_expnd_org VARCHAR2(60) ; */
9407: v_offset_expnd_org hr_organization_units.name%TYPE;
9408: v_target_exp_type_class VARCHAR2(30) ;

Line 9407: v_offset_expnd_org hr_organization_units.name%TYPE;

9403: /* v_target_expnd_org VARCHAR2(60) ; */
9404: v_target_expnd_org hr_organization_units.name%TYPE;
9405: /* Bug No:- 2487147, UTF8 change : changed v_offset_expnd_org to %TYPE */
9406: /* v_offset_expnd_org VARCHAR2(60) ; */
9407: v_offset_expnd_org hr_organization_units.name%TYPE;
9408: v_target_exp_type_class VARCHAR2(30) ;
9409: v_offset_exp_type_class VARCHAR2(30) ;
9410: v_expnd_end_date DATE ;
9411: v_interface_id NUMBER ;