DBA Data[Home] [Help]

APPS.PAY_PAY_BUS dependencies on PAY_CONSOLIDATION_SETS

Line 1068: from pay_consolidation_sets con

1064:
1065: -- Get the business_group_id using consolidation set.
1066: select con.business_group_id
1067: into p_business_group_id
1068: from pay_consolidation_sets con
1069: where con.consolidation_set_id = p_consolidation_set_id;
1070:
1071:
1072: exception

Line 1076: fnd_message.set_token('TABLE','PAY_CONSOLIDATION_SETS');

1072: exception
1073: when no_data_found then
1074: fnd_message.set_name('PAY','PAY_33085_INVALID_FK');
1075: fnd_message.set_token('COLUMN','CONSOLIDATION_SET_ID');
1076: fnd_message.set_token('TABLE','PAY_CONSOLIDATION_SETS');
1077: fnd_message.raise_error;
1078: end chk_consolidation_set_id;
1079: --
1080: -- ----------------------------------------------------------------------------