DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PQH_BUDGET_DETAILS

Line 8085: from pqh_budget_details

8081: cursor csr_budget_details is
8082: select null
8083: from sys.dual
8084: where exists(select null
8085: from pqh_budget_details
8086: where position_id = p_position_id
8087: and p_datetrack_mode = 'ZAP');
8088:
8089: --