DBA Data[Home] [Help]

APPS.PAY_TER_SHD SQL Statements

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

Line: 54

    select
		exclusion_rule_id,
	template_id,
	flexfield_column,
	exclusion_value,
	description,
	object_version_number
    from	pay_template_exclusion_rules
    where	exclusion_rule_id = p_exclusion_rule_id;
Line: 130

    select 	exclusion_rule_id,
	template_id,
	flexfield_column,
	exclusion_value,
	description,
	object_version_number
    from	pay_template_exclusion_rules
    where	exclusion_rule_id = p_exclusion_rule_id
    for	update nowait;