DBA Data[Home] [Help]

APPS.PAY_BAD_BUS dependencies on FND_MESSAGE

Line 60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

56: close csr_sec_grp;
57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'ATTRIBUTE_ID')
64: );

Line 137: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

133: --
134: -- The primary key is invalid therefore we must error
135: --
136: close csr_leg_code;
137: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
138: fnd_message.raise_error;
139: end if;
140: hr_utility.set_location(l_proc,30);
141: --

Line 138: fnd_message.raise_error;

134: -- The primary key is invalid therefore we must error
135: --
136: close csr_leg_code;
137: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
138: fnd_message.raise_error;
139: end if;
140: hr_utility.set_location(l_proc,30);
141: --
142: -- Set the global variables so the values are

Line 558: fnd_message.set_name('PAY', 'PAY_34239_INV_ALT_FLAG');

554: THEN
555: --
556: -- the value entered for this record is not recognised
557: --
558: fnd_message.set_name('PAY', 'PAY_34239_INV_ALT_FLAG');
559: fnd_message.raise_error;
560: --
561: hr_utility.set_location(l_proc, 15);
562: END IF;

Line 559: fnd_message.raise_error;

555: --
556: -- the value entered for this record is not recognised
557: --
558: fnd_message.set_name('PAY', 'PAY_34239_INV_ALT_FLAG');
559: fnd_message.raise_error;
560: --
561: hr_utility.set_location(l_proc, 15);
562: END IF;
563: end if; -- what mode

Line 754: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

750: --
751: IF NOT pay_bad_shd.api_updating
752: (p_attribute_id => p_rec.attribute_id
753: ) THEN
754: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
755: fnd_message.set_token('PROCEDURE ', l_proc);
756: fnd_message.set_token('STEP ', '5');
757: fnd_message.raise_error;
758: END IF;

Line 755: fnd_message.set_token('PROCEDURE ', l_proc);

751: IF NOT pay_bad_shd.api_updating
752: (p_attribute_id => p_rec.attribute_id
753: ) THEN
754: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
755: fnd_message.set_token('PROCEDURE ', l_proc);
756: fnd_message.set_token('STEP ', '5');
757: fnd_message.raise_error;
758: END IF;
759: --

Line 756: fnd_message.set_token('STEP ', '5');

752: (p_attribute_id => p_rec.attribute_id
753: ) THEN
754: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
755: fnd_message.set_token('PROCEDURE ', l_proc);
756: fnd_message.set_token('STEP ', '5');
757: fnd_message.raise_error;
758: END IF;
759: --
760: hr_utility.set_location(l_proc, 10);

Line 757: fnd_message.raise_error;

753: ) THEN
754: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
755: fnd_message.set_token('PROCEDURE ', l_proc);
756: fnd_message.set_token('STEP ', '5');
757: fnd_message.raise_error;
758: END IF;
759: --
760: hr_utility.set_location(l_proc, 10);
761: --