DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 2502: l_auto_org_name hr_all_organization_units_tl.name%TYPE;

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

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

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