DBA Data[Home] [Help]

APPS.INVPVDR2 dependencies on HR_ALL_ORGANIZATION_UNITS_VL

Line 292: l_org_name HR_ALL_ORGANIZATION_UNITS_VL.name%TYPE;

288: VALIDATE_ERR exception;
289: chart_of_acc_id number; /*NP 30AUG94*/
290: temp_proc_flag number;
291:
292: l_org_name HR_ALL_ORGANIZATION_UNITS_VL.name%TYPE;
293: l_msg_text fnd_new_messages.message_text%TYPE;
294:
295: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
296:

Line 367: FROM hr_all_organization_units_vl

363: -- fix for 3108469
364: BEGIN
365: SELECT name
366: INTO l_org_name
367: FROM hr_all_organization_units_vl
368: WHERE organization_id = cr.organization_id;
369: EXCEPTION
370: WHEN OTHERS THEN
371: l_org_name := cr.organization_id;