DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on FND_MESSAGE

Line 1011: fnd_message.set_name('BOM', 'CTO_ORDER_LINE_ON_HOLD');

1007:
1008: IF (v_x_hold_result_out = FND_API.G_TRUE) THEN
1009:
1010: oe_debug_pub.add('auto_create_pur_req_cr: ' || 'Order Line ID ' || to_char(so_line.line_id )|| 'is on HOLD. ' ||v_x_hold_result_out,1);
1011: fnd_message.set_name('BOM', 'CTO_ORDER_LINE_ON_HOLD');
1012: oe_msg_pub.add;
1013:
1014: RETCODE := 1;
1015: -- If the line is at hold we should not process that record

Line 1705: -- bugfix 2701102 : call fnd_message.get_string

1701: END IF;
1702:
1703:
1704: -- get the note to buyer from the fnd_new_messages.
1705: -- bugfix 2701102 : call fnd_message.get_string
1706:
1707: v_note_to_buyer := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_BUYER'), 1, 240);
1708: v_note_to_receiver := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_RECEIVER'), 1,240);
1709:

Line 1707: v_note_to_buyer := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_BUYER'), 1, 240);

1703:
1704: -- get the note to buyer from the fnd_new_messages.
1705: -- bugfix 2701102 : call fnd_message.get_string
1706:
1707: v_note_to_buyer := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_BUYER'), 1, 240);
1708: v_note_to_receiver := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_RECEIVER'), 1,240);
1709:
1710: /**** begin bugfix 2701102 : call fnd_message.get_string instead of the following
1711:

Line 1708: v_note_to_receiver := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_RECEIVER'), 1,240);

1704: -- get the note to buyer from the fnd_new_messages.
1705: -- bugfix 2701102 : call fnd_message.get_string
1706:
1707: v_note_to_buyer := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_BUYER'), 1, 240);
1708: v_note_to_receiver := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_RECEIVER'), 1,240);
1709:
1710: /**** begin bugfix 2701102 : call fnd_message.get_string instead of the following
1711:
1712: v_note_to_buyer := null;

Line 1710: /**** begin bugfix 2701102 : call fnd_message.get_string instead of the following

1706:
1707: v_note_to_buyer := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_BUYER'), 1, 240);
1708: v_note_to_receiver := substrb (FND_MESSAGE.get_string ('PO', 'CTO_NOTE_TO_RECEIVER'), 1,240);
1709:
1710: /**** begin bugfix 2701102 : call fnd_message.get_string instead of the following
1711:
1712: v_note_to_buyer := null;
1713:
1714: l_stmt_num := 40;