DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on HTP

Line 1753: htp.nl;

1749: fnd_message.set_token('PROGRAM', 'Receiving Transaction Manager - RCVOLTM');
1750: fnd_message.set_token('REQUEST', X_group_id);
1751: fnd_message.set_token('REASON', x_str);
1752:
1753: htp.nl;
1754: x_output_message := fnd_message.get;
1755:
1756: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1757: htp.teletype(x_output_message);

Line 1757: htp.teletype(x_output_message);

1753: htp.nl;
1754: x_output_message := fnd_message.get;
1755:
1756: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1757: htp.teletype(x_output_message);
1758: htp.nl;
1759: ELSE
1760: asn_debug.put_line('return 1, msg=' || x_output_message);
1761: ERROR_STACK.PUSHMESSAGE( x_output_message, 'ICX');

Line 1758: htp.nl;

1754: x_output_message := fnd_message.get;
1755:
1756: if (X_caller <> 'WP4'OR x_caller <> 'WP4_CONFIRM') then
1757: htp.teletype(x_output_message);
1758: htp.nl;
1759: ELSE
1760: asn_debug.put_line('return 1, msg=' || x_output_message);
1761: ERROR_STACK.PUSHMESSAGE( x_output_message, 'ICX');
1762: end if;

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

1875: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
1876: NULL, NULL, NULL, NULL, NULL, NULL, NULL);
1877:
1878: if (rc <= 0 or rc is NULL) then
1879: -- htp.p('The rc is: ' || to_char(rc)); htp.nl;
1880: delete_rows := TRUE;
1881: null; -- for now
1882: else
1883: commit;