DBA Data[Home] [Help]

APPS.INV_INTER_INVOICE dependencies on OE_INVOICE_UTIL

Line 54: /*inv_log_util.TRACE('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid

50: IF (DBMS_SQL.fetch_rows(d_sql_p) > 0) THEN
51: DBMS_SQL.column_value(d_sql_p, 1, d_priceadjustmentid);
52:
53: IF l_debug = 1 THEN
54: /*inv_log_util.TRACE('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid
55: , l_module);*/
56: print_debug('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid
57: , l_module);
58: END IF;

Line 56: print_debug('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid

52:
53: IF l_debug = 1 THEN
54: /*inv_log_util.TRACE('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid
55: , l_module);*/
56: print_debug('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid
57: , l_module);
58: END IF;
59:
60: oe_invoice_util.update_interco_invoiced_flag(d_priceadjustmentid, x_return_status);

Line 60: oe_invoice_util.update_interco_invoiced_flag(d_priceadjustmentid, x_return_status);

56: print_debug('Calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :' || d_priceadjustmentid
57: , l_module);
58: END IF;
59:
60: oe_invoice_util.update_interco_invoiced_flag(d_priceadjustmentid, x_return_status);
61: ELSE
62: -- No more rows in cursor
63: DBMS_SQL.close_cursor(d_sql_p);
64: EXIT;

Line 81: /*inv_log_util.TRACE ('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module); */

77: x_return_status := fnd_api.g_ret_sts_unexp_error;
78:
79: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
80: oe_msg_pub.add_exc_msg(g_pkg_name, 'Update_Invoiced_flag');
81: /*inv_log_util.TRACE ('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module); */
82: print_debug('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module);
83: END IF;
84: END update_invoice_flag;
85:

Line 82: print_debug('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module);

78:
79: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
80: oe_msg_pub.add_exc_msg(g_pkg_name, 'Update_Invoiced_flag');
81: /*inv_log_util.TRACE ('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module); */
82: print_debug('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module);
83: END IF;
84: END update_invoice_flag;
85:
86: