DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_IN_SRV_PKG dependencies on FND_PROFILE

Line 4: l_debug VARCHAR2(1) := nvl(fnd_profile.value('cse_debug_option'),'N');

1: PACKAGE BODY cse_proj_item_in_srv_pkg AS
2: /* $Header: CSEITSVB.pls 120.16.12010000.3 2008/10/09 18:43:39 rsinn 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

Line 392: l_book_type_code := fnd_profile.VALUE_SPECIFIC(

388: FROM csi_transactions
389: WHERE transaction_id = p_in_srv_pa_attr_rec.transaction_id;
390:
391: -- Bug 6492235, added to support multiple FA book
392: l_book_type_code := fnd_profile.VALUE_SPECIFIC(
393: name => 'cse_fa_book_type_code',
394: ORG_ID => l_ou_id
395: );
396: