DBA Data[Home] [Help]

APPS.FA_DEFERRED_DEPRN_PKG dependencies on FND_MESSAGE

Line 60: fnd_message.set_name('OFA', p_name);

56: l_calling_fn := p_calling_fn;
57: end if;
58:
59: -- set up and dump to execution report
60: fnd_message.set_name('OFA', p_name);
61:
62: if (p_token1 is not null) then
63: fnd_message.set_token(p_token1, p_value1);
64: end if;

Line 63: fnd_message.set_token(p_token1, p_value1);

59: -- set up and dump to execution report
60: fnd_message.set_name('OFA', p_name);
61:
62: if (p_token1 is not null) then
63: fnd_message.set_token(p_token1, p_value1);
64: end if;
65:
66: if (p_token2 is not null) then
67: fnd_message.set_token(p_token2, p_value2);

Line 67: fnd_message.set_token(p_token2, p_value2);

63: fnd_message.set_token(p_token1, p_value1);
64: end if;
65:
66: if (p_token2 is not null) then
67: fnd_message.set_token(p_token2, p_value2);
68: end if;
69:
70: l_string := fnd_message.get;
71: FND_FILE.put(FND_FILE.output,l_string);

Line 70: l_string := fnd_message.get;

66: if (p_token2 is not null) then
67: fnd_message.set_token(p_token2, p_value2);
68: end if;
69:
70: l_string := fnd_message.get;
71: FND_FILE.put(FND_FILE.output,l_string);
72: FND_FILE.new_line(FND_FILE.output,1);
73:
74: -- now add to log as well