1: PACKAGE BODY cse_proj_item_in_srv_pkg AS
2: /* $Header: CSEITSVB.pls 120.16.12020000.2 2012/07/04 15:03:18 dsingire ship $ */
3:
4: l_debug VARCHAR2(1) := nvl(fnd_profile.value('cse_debug_option'),'N');
5:
6: PROCEDURE debug(
7: p_message IN varchar2)
8: IS
400: FROM csi_transactions
401: WHERE transaction_id = p_in_srv_pa_attr_rec.transaction_id;
402:
403: -- Bug 6492235, added to support multiple FA book
404: l_book_type_code := fnd_profile.VALUE_SPECIFIC(
405: name => 'cse_fa_book_type_code',
406: ORG_ID => l_ou_id
407: );
408: