DBA Data[Home] [Help]

APPS.INV_TM dependencies on FND_MESSAGE

Line 112: -- FND_Message.debug('Remote Call Failed: Timed-Out');

108: -- handle problems
109:
110: --rc_field := rtvl;
111: IF rtvl = 1 THEN
112: -- FND_Message.debug('Remote Call Failed: Timed-Out');
113: fnd_message.set_name('INV', 'INV_TM_TIME_OUT');
114: fnd_msg_pub.add;
115: -- dbms_output.put_line(fnd_message.get);
116: -- dbms_output.put_line('timeout');

Line 113: fnd_message.set_name('INV', 'INV_TM_TIME_OUT');

109:
110: --rc_field := rtvl;
111: IF rtvl = 1 THEN
112: -- FND_Message.debug('Remote Call Failed: Timed-Out');
113: fnd_message.set_name('INV', 'INV_TM_TIME_OUT');
114: fnd_msg_pub.add;
115: -- dbms_output.put_line(fnd_message.get);
116: -- dbms_output.put_line('timeout');
117: RETURN (FALSE);

Line 115: -- dbms_output.put_line(fnd_message.get);

111: IF rtvl = 1 THEN
112: -- FND_Message.debug('Remote Call Failed: Timed-Out');
113: fnd_message.set_name('INV', 'INV_TM_TIME_OUT');
114: fnd_msg_pub.add;
115: -- dbms_output.put_line(fnd_message.get);
116: -- dbms_output.put_line('timeout');
117: RETURN (FALSE);
118: ELSIF rtvl = 2 THEN
119: -- FND_Message.debug('Remote Call Failed: Manager Unavailable');

Line 119: -- FND_Message.debug('Remote Call Failed: Manager Unavailable');

115: -- dbms_output.put_line(fnd_message.get);
116: -- dbms_output.put_line('timeout');
117: RETURN (FALSE);
118: ELSIF rtvl = 2 THEN
119: -- FND_Message.debug('Remote Call Failed: Manager Unavailable');
120: -- dbms_output.put_line('Error in INVTM: '|| fnd_message.get);
121: -- dbms_output.put_line('no meessage from dbms_pipe, manager unavailable');
122: fnd_message.set_name('INV', 'INV_TM_MGR_NOT_AVAIL');
123: fnd_msg_pub.add;

Line 120: -- dbms_output.put_line('Error in INVTM: '|| fnd_message.get);

116: -- dbms_output.put_line('timeout');
117: RETURN (FALSE);
118: ELSIF rtvl = 2 THEN
119: -- FND_Message.debug('Remote Call Failed: Manager Unavailable');
120: -- dbms_output.put_line('Error in INVTM: '|| fnd_message.get);
121: -- dbms_output.put_line('no meessage from dbms_pipe, manager unavailable');
122: fnd_message.set_name('INV', 'INV_TM_MGR_NOT_AVAIL');
123: fnd_msg_pub.add;
124: RETURN (FALSE);

Line 122: fnd_message.set_name('INV', 'INV_TM_MGR_NOT_AVAIL');

118: ELSIF rtvl = 2 THEN
119: -- FND_Message.debug('Remote Call Failed: Manager Unavailable');
120: -- dbms_output.put_line('Error in INVTM: '|| fnd_message.get);
121: -- dbms_output.put_line('no meessage from dbms_pipe, manager unavailable');
122: fnd_message.set_name('INV', 'INV_TM_MGR_NOT_AVAIL');
123: fnd_msg_pub.add;
124: RETURN (FALSE);
125: ELSIF rtvl = 3 THEN
126: fnd_message.set_name('FND','CONC-DG-Inactive No Manager');

Line 126: fnd_message.set_name('FND','CONC-DG-Inactive No Manager');

122: fnd_message.set_name('INV', 'INV_TM_MGR_NOT_AVAIL');
123: fnd_msg_pub.add;
124: RETURN (FALSE);
125: ELSIF rtvl = 3 THEN
126: fnd_message.set_name('FND','CONC-DG-Inactive No Manager');
127: fnd_msg_pub.add;
128: RETURN(FALSE);
129: /*
130: ELSIF rtvl = 0 THEN