DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT dependencies on HR_OPERATING_UNITS

Line 3459: p_org_name hr_operating_units.name%TYPE) IS

3455: ( errbuf OUT NOCOPY VARCHAR2,
3456: retcode OUT NOCOPY NUMBER ,
3457: p_name cn_payruns.name%TYPE,
3458: --R12
3459: p_org_name hr_operating_units.name%TYPE) IS
3460:
3461: l_proc_audit_id NUMBER;
3462: l_return_status VARCHAR2(1000);
3463: l_msg_data VARCHAR2(2000);

Line 3475: hr_operating_units hou

3471: Cursor get_payrun_id_curs IS
3472: select cp.payrun_id , cp.org_id,cp.OBJECT_VERSION_NUMBER
3473: from cn_payruns cp,
3474: --R12
3475: hr_operating_units hou
3476: where cp.name = p_name
3477: and cp.org_id = hou.organization_id
3478: and hou.name = p_org_name;
3479: