DBA Data[Home] [Help]

APPS.PQH_BFS_SHD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 58

    select
		budget_fund_src_id,
	budget_element_id,
	cost_allocation_keyflex_id,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	distribution_percentage,
	object_version_number
    from	pqh_budget_fund_srcs
    where	budget_fund_src_id = p_budget_fund_src_id;
Line: 138

    select 	budget_fund_src_id,
	budget_element_id,
	cost_allocation_keyflex_id,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	distribution_percentage,
	object_version_number
    from	pqh_budget_fund_srcs
    where	budget_fund_src_id = p_budget_fund_src_id
    for	update nowait;