DBA Data[Home] [Help]

APPS.PAY_PL_PERSONAL_PAY_METHOD dependencies on FND_MESSAGE

Line 22: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');

18: END IF;
19: p_var:=hr_pl_utility.validate_bank_id(p_segment2);
20:
21: if p_var=0 then
22: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');
23: fnd_message.raise_error;
24: end if;
25:
26: IF p_segment3 is NOT NULL THEN -- 9226630

Line 23: fnd_message.raise_error;

19: p_var:=hr_pl_utility.validate_bank_id(p_segment2);
20:
21: if p_var=0 then
22: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');
23: fnd_message.raise_error;
24: end if;
25:
26: IF p_segment3 is NOT NULL THEN -- 9226630
27: p_var:=hr_pl_utility.validate_account_no(p_segment1,p_segment2,p_segment3);

Line 29: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');

25:
26: IF p_segment3 is NOT NULL THEN -- 9226630
27: p_var:=hr_pl_utility.validate_account_no(p_segment1,p_segment2,p_segment3);
28: if p_var=0 then
29: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');
30: fnd_message.raise_error;
31: end if;
32: end if;
33:

Line 30: fnd_message.raise_error;

26: IF p_segment3 is NOT NULL THEN -- 9226630
27: p_var:=hr_pl_utility.validate_account_no(p_segment1,p_segment2,p_segment3);
28: if p_var=0 then
29: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');
30: fnd_message.raise_error;
31: end if;
32: end if;
33:
34: /* 9226630 */

Line 41: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');

37: hr_utility.set_location('p_var :'|| p_var,1);
38: --hr_utility.trace_off;
39: if p_var=1 then
40: hr_utility.set_location('p_var :'|| p_var,2);
41: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');
42: fnd_message.raise_error;
43: end if;
44: end if;
45:

Line 42: fnd_message.raise_error;

38: --hr_utility.trace_off;
39: if p_var=1 then
40: hr_utility.set_location('p_var :'|| p_var,2);
41: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');
42: fnd_message.raise_error;
43: end if;
44: end if;
45:
46: /* end 9226630 */

Line 88: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');

84: p_var:=hr_pl_utility.validate_bank_id(p_segment2);
85: end if;
86:
87: if p_var=0 then
88: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');
89: fnd_message.raise_error;
90: end if;
91:
92: open p_cur1;

Line 89: fnd_message.raise_error;

85: end if;
86:
87: if p_var=0 then
88: fnd_message.set_name('PAY','HR_PL_INVALID_BANK_ID');
89: fnd_message.raise_error;
90: end if;
91:
92: open p_cur1;
93: fetch p_cur1 into l_seg1,l_seg2,l_seg3,l_seg12; --9226630

Line 118: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');

114:
115: if l_var3 is NOT NULL then --9226630
116: p_var:=hr_pl_utility.validate_account_no(l_var1,l_var2,l_var3);
117: if p_var=0 then
118: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');
119: fnd_message.raise_error;
120: end if;
121: end if;
122:

Line 119: fnd_message.raise_error;

115: if l_var3 is NOT NULL then --9226630
116: p_var:=hr_pl_utility.validate_account_no(l_var1,l_var2,l_var3);
117: if p_var=0 then
118: fnd_message.set_name('PAY','HR_PL_INVALID_ACC_NO');
119: fnd_message.raise_error;
120: end if;
121: end if;
122:
123: /* 9226630 */

Line 128: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');

124: if l_var12 is NOT NULL then
125: p_var:=hr_pl_utility.validate_iban_acc(l_var12);
126:
127: if p_var=1 then
128: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');
129: fnd_message.raise_error;
130: end if;
131: end if;
132:

Line 129: fnd_message.raise_error;

125: p_var:=hr_pl_utility.validate_iban_acc(l_var12);
126:
127: if p_var=1 then
128: fnd_message.set_name('PAY','HR_PL_INVALID_IBAN_NO');
129: fnd_message.raise_error;
130: end if;
131: end if;
132:
133: /* end 9226630 */