DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 4411: from pqh_bdgt_cmmtmnt_elmnts

4407: hr_utility.set_location('budget id'||p_budget_id,1);
4408: hr_utility.set_location('element type id'||p_element_type_id,2);
4409: select 'X'
4410: into l_check
4411: from pqh_bdgt_cmmtmnt_elmnts
4412: where budget_id = p_budget_id
4413: and element_type_id = p_element_type_id
4414: and actual_commitment_type in ('COMMITMENT','BOTH');
4415: