DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on HTP

Line 1745: htp.nl;

1741: fnd_message.set_token('PROGRAM', 'Receiving Transaction Manager - RCVOLTM');
1742: fnd_message.set_token('REQUEST', X_group_id);
1743: fnd_message.set_token('REASON', x_str);
1744:
1745: htp.nl;
1746: x_output_message := fnd_message.get;
1747:
1748: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1749: htp.teletype(x_output_message);

Line 1749: htp.teletype(x_output_message);

1745: htp.nl;
1746: x_output_message := fnd_message.get;
1747:
1748: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1749: htp.teletype(x_output_message);
1750: htp.nl;
1751: ELSE
1752: asn_debug.put_line('return 1, msg=' || x_output_message);
1753: ERROR_STACK.PUSHMESSAGE( x_output_message, 'ICX');

Line 1750: htp.nl;

1746: x_output_message := fnd_message.get;
1747:
1748: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1749: htp.teletype(x_output_message);
1750: htp.nl;
1751: ELSE
1752: asn_debug.put_line('return 1, msg=' || x_output_message);
1753: ERROR_STACK.PUSHMESSAGE( x_output_message, 'ICX');
1754: end if;

Line 1866: -- htp.p('The rc is: ' || to_char(rc)); htp.nl;

1862: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
1863: NULL, NULL, NULL, NULL, NULL, NULL, NULL);
1864:
1865: if (rc <= 0 or rc is NULL) then
1866: -- htp.p('The rc is: ' || to_char(rc)); htp.nl;
1867: delete_rows := TRUE;
1868: null; -- for now
1869: else
1870: commit;