DBA Data[Home] [Help]

APPS.PQH_DFS_SHD SQL Statements

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

Line: 60

    select
	dflt_fund_src_id,
	dflt_budget_element_id,
	dflt_dist_percentage,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	object_version_number,
	cost_allocation_keyflex_id
    from	pqh_dflt_fund_srcs
    where	dflt_fund_src_id = p_dflt_fund_src_id;
Line: 140

    select 	dflt_fund_src_id,
	dflt_budget_element_id,
	dflt_dist_percentage,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	object_version_number,
	cost_allocation_keyflex_id
    from	pqh_dflt_fund_srcs
    where	dflt_fund_src_id = p_dflt_fund_src_id
    for	update nowait;