DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 2499: l_auto_org_name hr_all_organization_units_tl.name%TYPE;

2495: l_assignment_id number;
2496: l_assignment_number varchar2(100);
2497: l_element_type varchar2(200);
2498: l_account varchar2(1000);
2499: l_auto_org_name hr_all_organization_units_tl.name%TYPE;
2500: l_new_exp_type varchar2(30);
2501: l_new_glccid number;
2502:
2503: cursor get_element_type is

Line 2732: v_org_name hr_all_organization_units_tl.name%TYPE; -- Bug 2447912: Modified declaration

2728: AND p_business_group_id = hou.business_group_id
2729: AND paf.organization_id = hou.organization_id;
2730:
2731: v_organization_id number;
2732: v_org_name hr_all_organization_units_tl.name%TYPE; -- Bug 2447912: Modified declaration
2733: v_suspense_account number;
2734: v_return_status varchar2(1);
2735: assign_org_not_found exception;
2736: l_suspense_auto_glccid number;