DBA Data[Home] [Help]

APPS.PAY_UPGRADE_LEGISLATIONS_PKG dependencies on FND_MESSAGE

Line 28: fnd_message.set_name( 'PAY', 'PAY_33191_UPG_LEG_EXISTS' );

24:
25: if csr_unique%found then
26:
27: close csr_unique;
28: fnd_message.set_name( 'PAY', 'PAY_33191_UPG_LEG_EXISTS' );
29: fnd_message.raise_error;
30:
31: end if;
32: close csr_unique;

Line 29: fnd_message.raise_error;

25: if csr_unique%found then
26:
27: close csr_unique;
28: fnd_message.set_name( 'PAY', 'PAY_33191_UPG_LEG_EXISTS' );
29: fnd_message.raise_error;
30:
31: end if;
32: close csr_unique;
33:

Line 48: fnd_message.set_name( 'PAY', 'PAY_75178_NO_DATA' );

44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46:
47: if p_argument is null then
48: fnd_message.set_name( 'PAY', 'PAY_75178_NO_DATA' );
49: fnd_message.set_token('VALUE1' , l_proc);
50: fnd_message.set_token('VALUE2' , p_column ) ;
51: fnd_message.raise_error;
52: end if;

Line 49: fnd_message.set_token('VALUE1' , l_proc);

45: hr_utility.set_location('Entering:'|| l_proc, 10);
46:
47: if p_argument is null then
48: fnd_message.set_name( 'PAY', 'PAY_75178_NO_DATA' );
49: fnd_message.set_token('VALUE1' , l_proc);
50: fnd_message.set_token('VALUE2' , p_column ) ;
51: fnd_message.raise_error;
52: end if;
53:

Line 50: fnd_message.set_token('VALUE2' , p_column ) ;

46:
47: if p_argument is null then
48: fnd_message.set_name( 'PAY', 'PAY_75178_NO_DATA' );
49: fnd_message.set_token('VALUE1' , l_proc);
50: fnd_message.set_token('VALUE2' , p_column ) ;
51: fnd_message.raise_error;
52: end if;
53:
54: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 51: fnd_message.raise_error;

47: if p_argument is null then
48: fnd_message.set_name( 'PAY', 'PAY_75178_NO_DATA' );
49: fnd_message.set_token('VALUE1' , l_proc);
50: fnd_message.set_token('VALUE2' , p_column ) ;
51: fnd_message.raise_error;
52: end if;
53:
54: hr_utility.set_location(' Leaving:'|| l_proc, 20);
55: --

Line 79: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');

75:
76: if csr_upgrade_definition%notfound then
77:
78: close csr_upgrade_definition;
79: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');
80: fnd_message.raise_error;
81:
82: end if;
83: close csr_upgrade_definition;

Line 80: fnd_message.raise_error;

76: if csr_upgrade_definition%notfound then
77:
78: close csr_upgrade_definition;
79: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');
80: fnd_message.raise_error;
81:
82: end if;
83: close csr_upgrade_definition;
84:

Line 87: fnd_message.set_name('PAY', 'PAY_33193_UPG_CANNOT_ENABLE');

83: close csr_upgrade_definition;
84:
85: if l_legislatively_enabled <> 'Y' then
86:
87: fnd_message.set_name('PAY', 'PAY_33193_UPG_CANNOT_ENABLE');
88: fnd_message.raise_error;
89:
90: end if;
91:

Line 88: fnd_message.raise_error;

84:
85: if l_legislatively_enabled <> 'Y' then
86:
87: fnd_message.set_name('PAY', 'PAY_33193_UPG_CANNOT_ENABLE');
88: fnd_message.raise_error;
89:
90: end if;
91:
92: hr_utility.set_location('Leaving:'|| l_proc, 20);

Line 116: fnd_message.set_name('PAY', 'PAY_33177_LEG_CODE_INVALID');

112: fetch csr_legislation_code into l_exists ;
113:
114: if csr_legislation_code%notfound then
115: close csr_legislation_code;
116: fnd_message.set_name('PAY', 'PAY_33177_LEG_CODE_INVALID');
117: fnd_message.raise_error;
118: end if;
119: close csr_legislation_code;
120:

Line 117: fnd_message.raise_error;

113:
114: if csr_legislation_code%notfound then
115: close csr_legislation_code;
116: fnd_message.set_name('PAY', 'PAY_33177_LEG_CODE_INVALID');
117: fnd_message.raise_error;
118: end if;
119: close csr_legislation_code;
120:
121: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 150: fnd_message.set_name('PAY', 'PAY_33188_DELETION_NOT_ALLOWED');

146: fetch csr_delete into l_exists ;
147:
148: if csr_delete%found then
149: close csr_delete;
150: fnd_message.set_name('PAY', 'PAY_33188_DELETION_NOT_ALLOWED');
151: fnd_message.raise_error;
152: end if;
153: close csr_delete;
154:

Line 151: fnd_message.raise_error;

147:
148: if csr_delete%found then
149: close csr_delete;
150: fnd_message.set_name('PAY', 'PAY_33188_DELETION_NOT_ALLOWED');
151: fnd_message.raise_error;
152: end if;
153: close csr_delete;
154:
155: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 261: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

257: open csr_lck;
258: fetch csr_lck into recinfo;
259: if (csr_lck%notfound) then
260: close csr_lck;
261: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
262: app_exception.raise_exception;
263: end if;
264: close csr_lck;
265:

Line 373: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');

369:
370: if csr_upgrade_definition_id%notfound then
371: close csr_upgrade_definition_id;
372:
373: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');
374: fnd_message.raise_error;
375: end if;
376:
377: close csr_upgrade_definition_id;

Line 374: fnd_message.raise_error;

370: if csr_upgrade_definition_id%notfound then
371: close csr_upgrade_definition_id;
372:
373: fnd_message.set_name('PAY', 'PAY_33192_INVALID_UPGDEF');
374: fnd_message.raise_error;
375: end if;
376:
377: close csr_upgrade_definition_id;
378: