DBA Data[Home] [Help]

APPS.PQH_FYN_SHD SQL Statements

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

Line: 49

    select
		fyi_notified_id,
	transaction_category_id,
	transaction_id,
	notification_event_cd,
	notified_type_cd,
	notified_name,
	notification_date,
	status,
	object_version_number
    from	pqh_fyi_notify
    where	fyi_notified_id = p_fyi_notified_id;
Line: 128

    select 	fyi_notified_id,
	transaction_category_id,
	transaction_id,
	notification_event_cd,
	notified_type_cd,
	notified_name,
	notification_date,
	status,
	object_version_number
    from	pqh_fyi_notify
    where	fyi_notified_id = p_fyi_notified_id
    for	update nowait;