DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 4799: from pqh_bdgt_cmmtmnt_elmnts

4795: hr_utility.set_location('budget id'||p_budget_id,1);
4796: hr_utility.set_location('element type id'||p_element_type_id,2);
4797: select 'X'
4798: into l_check
4799: from pqh_bdgt_cmmtmnt_elmnts
4800: where budget_id = p_budget_id
4801: and element_type_id = p_element_type_id
4802: and actual_commitment_type in ('COMMITMENT','BOTH');
4803: