DBA Data[Home] [Help]

APPS.PAY_TCO_SHD SQL Statements

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

Line: 59

    select
		template_core_object_id,
	template_id,
	core_object_type,
	core_object_id,
	shadow_object_id,
	effective_date,
	object_version_number
    from	pay_template_core_objects
    where	template_core_object_id = p_template_core_object_id;
Line: 136

    select 	template_core_object_id,
	template_id,
	core_object_type,
	core_object_id,
	shadow_object_id,
	effective_date,
	object_version_number
    from	pay_template_core_objects
    where	template_core_object_id = p_template_core_object_id
    for	update nowait;