DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT dependencies on HR_OPERATING_UNITS

Line 3486: p_org_name hr_operating_units.name%TYPE) IS

3482: ( errbuf OUT NOCOPY VARCHAR2,
3483: retcode OUT NOCOPY NUMBER ,
3484: p_name cn_payruns.name%TYPE,
3485: --R12
3486: p_org_name hr_operating_units.name%TYPE) IS
3487:
3488: l_proc_audit_id NUMBER;
3489: l_return_status VARCHAR2(1000);
3490: l_msg_data VARCHAR2(2000);

Line 3502: hr_operating_units hou

3498: Cursor get_payrun_id_curs IS
3499: select cp.payrun_id , cp.org_id,cp.OBJECT_VERSION_NUMBER
3500: from cn_payruns cp,
3501: --R12
3502: hr_operating_units hou
3503: where cp.name = p_name
3504: and cp.org_id = hou.organization_id
3505: and hou.name = p_org_name;
3506: