DBA Data[Home] [Help]

APPS.PQH_WFS_SHD SQL Statements

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

Line: 72

    select
		worksheet_fund_src_id,
	worksheet_bdgt_elmnt_id,
	distribution_percentage,
	cost_allocation_keyflex_id,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	object_version_number
    from	pqh_worksheet_fund_srcs
    where	worksheet_fund_src_id = p_worksheet_fund_src_id;
Line: 152

    select 	worksheet_fund_src_id,
	worksheet_bdgt_elmnt_id,
	distribution_percentage,
	cost_allocation_keyflex_id,
        project_id,
        award_id,
        task_id,
        expenditure_type,
        organization_id,
	object_version_number
    from	pqh_worksheet_fund_srcs
    where	worksheet_fund_src_id = p_worksheet_fund_src_id
    for	update nowait;