DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_MESSAGE

Line 127: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

123:
124: if (g_times_called = 1) then
125:
126: if (fa_cache_pkg.fazcbc_record.copy_additions_flag <> 'YES') then
127: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
128: fnd_message.set_token('TYPE','ADDITIONS',FALSE);
129: l_string := fnd_message.get;
130: FND_FILE.put(FND_FILE.output,l_string);
131: FND_FILE.new_line(FND_FILE.output,1);

Line 128: fnd_message.set_token('TYPE','ADDITIONS',FALSE);

124: if (g_times_called = 1) then
125:
126: if (fa_cache_pkg.fazcbc_record.copy_additions_flag <> 'YES') then
127: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
128: fnd_message.set_token('TYPE','ADDITIONS',FALSE);
129: l_string := fnd_message.get;
130: FND_FILE.put(FND_FILE.output,l_string);
131: FND_FILE.new_line(FND_FILE.output,1);
132: end if;

Line 129: l_string := fnd_message.get;

125:
126: if (fa_cache_pkg.fazcbc_record.copy_additions_flag <> 'YES') then
127: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
128: fnd_message.set_token('TYPE','ADDITIONS',FALSE);
129: l_string := fnd_message.get;
130: FND_FILE.put(FND_FILE.output,l_string);
131: FND_FILE.new_line(FND_FILE.output,1);
132: end if;
133:

Line 135: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

131: FND_FILE.new_line(FND_FILE.output,1);
132: end if;
133:
134: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then
135: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
136: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);
137: l_string := fnd_message.get;
138: FND_FILE.put(FND_FILE.output,l_string);
139: FND_FILE.new_line(FND_FILE.output,1);

Line 136: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);

132: end if;
133:
134: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then
135: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
136: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);
137: l_string := fnd_message.get;
138: FND_FILE.put(FND_FILE.output,l_string);
139: FND_FILE.new_line(FND_FILE.output,1);
140: end if;

Line 137: l_string := fnd_message.get;

133:
134: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then
135: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
136: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);
137: l_string := fnd_message.get;
138: FND_FILE.put(FND_FILE.output,l_string);
139: FND_FILE.new_line(FND_FILE.output,1);
140: end if;
141:

Line 143: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

139: FND_FILE.new_line(FND_FILE.output,1);
140: end if;
141:
142: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then
143: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
144: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);
145: l_string := fnd_message.get;
146: FND_FILE.put(FND_FILE.output,l_string);
147: FND_FILE.new_line(FND_FILE.output,1);

Line 144: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);

140: end if;
141:
142: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then
143: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
144: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);
145: l_string := fnd_message.get;
146: FND_FILE.put(FND_FILE.output,l_string);
147: FND_FILE.new_line(FND_FILE.output,1);
148: end if;

Line 145: l_string := fnd_message.get;

141:
142: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then
143: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
144: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);
145: l_string := fnd_message.get;
146: FND_FILE.put(FND_FILE.output,l_string);
147: FND_FILE.new_line(FND_FILE.output,1);
148: end if;
149:

Line 152: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

148: end if;
149:
150: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y' and
151: nvl(fa_cache_pkg.fazcbc_record.copy_group_addition_flag, 'N') <> 'Y') then
152: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
153: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);
154: l_string := fnd_message.get;
155: FND_FILE.put(FND_FILE.output,l_string);
156: FND_FILE.new_line(FND_FILE.output,1);

Line 153: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);

149:
150: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y' and
151: nvl(fa_cache_pkg.fazcbc_record.copy_group_addition_flag, 'N') <> 'Y') then
152: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
153: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);
154: l_string := fnd_message.get;
155: FND_FILE.put(FND_FILE.output,l_string);
156: FND_FILE.new_line(FND_FILE.output,1);
157: end if;

Line 154: l_string := fnd_message.get;

150: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y' and
151: nvl(fa_cache_pkg.fazcbc_record.copy_group_addition_flag, 'N') <> 'Y') then
152: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
153: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);
154: l_string := fnd_message.get;
155: FND_FILE.put(FND_FILE.output,l_string);
156: FND_FILE.new_line(FND_FILE.output,1);
157: end if;
158:

Line 164: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');

160: FND_FILE.put(FND_FILE.output,'');
161: FND_FILE.new_line(FND_FILE.output,1);
162:
163: -- dump out the headings
164: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');
165: l_string := fnd_message.get;
166:
167: FND_FILE.put(FND_FILE.output,l_string);
168: FND_FILE.new_line(FND_FILE.output,1);

Line 165: l_string := fnd_message.get;

161: FND_FILE.new_line(FND_FILE.output,1);
162:
163: -- dump out the headings
164: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');
165: l_string := fnd_message.get;
166:
167: FND_FILE.put(FND_FILE.output,l_string);
168: FND_FILE.new_line(FND_FILE.output,1);
169:

Line 170: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');

166:
167: FND_FILE.put(FND_FILE.output,l_string);
168: FND_FILE.new_line(FND_FILE.output,1);
169:
170: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
171: l_string := fnd_message.get;
172:
173: FND_FILE.put(FND_FILE.output,l_string);
174: FND_FILE.new_line(FND_FILE.output,1);

Line 171: l_string := fnd_message.get;

167: FND_FILE.put(FND_FILE.output,l_string);
168: FND_FILE.new_line(FND_FILE.output,1);
169:
170: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
171: l_string := fnd_message.get;
172:
173: FND_FILE.put(FND_FILE.output,l_string);
174: FND_FILE.new_line(FND_FILE.output,1);
175:

Line 2296: fnd_message.set_name('OFA', p_message);

2292:
2293: -- first dump the message to the output file
2294: -- set/translate/retrieve the mesg from fnd
2295:
2296: fnd_message.set_name('OFA', p_message);
2297: if p_token is not null then
2298: fnd_message.set_token(p_token, p_value);
2299: end if;
2300:

Line 2298: fnd_message.set_token(p_token, p_value);

2294: -- set/translate/retrieve the mesg from fnd
2295:
2296: fnd_message.set_name('OFA', p_message);
2297: if p_token is not null then
2298: fnd_message.set_token(p_token, p_value);
2299: end if;
2300:
2301: -- get the message but only display up to
2302: -- the return character (if it exists)

Line 2305: l_mesg := substrb(fnd_message.get, 1, 100);

2301: -- get the message but only display up to
2302: -- the return character (if it exists)
2303: -- for nicer formatting in the exception report
2304:
2305: l_mesg := substrb(fnd_message.get, 1, 100);
2306: l_return_char := instrb(l_mesg, fnd_global.local_chr(10));
2307:
2308: if (l_return_char > 0) then
2309: l_mesg := substrb(l_mesg, 1, l_return_char - 1);