DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on FND_PROFILE

Line 607: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

603:
604: api_log('lock_item_instance');
605:
606: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
607: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
608:
609: -- Building txn rec
610: -- l_txn_rec.transaction_id := fnd_api.g_miss_num;
611: l_txn_rec.transaction_date := sysdate;

Line 1639: l_resp_id := fnd_profile.value('RESP_ID');

1635: -- Initialize API rturn status to success
1636: x_return_status := FND_API.g_ret_sts_success;
1637:
1638:
1639: l_resp_id := fnd_profile.value('RESP_ID');
1640: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1641:
1642: -- get icx session ticket
1643: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;

Line 1640: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');

1636: x_return_status := FND_API.g_ret_sts_success;
1637:
1638:
1639: l_resp_id := fnd_profile.value('RESP_ID');
1640: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1641:
1642: -- get icx session ticket
1643: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;
1644:

Line 1649: x_servlet_url := fnd_profile.value('CZ_UIMGR_URL');

1645: -- get the dbc file name
1646: x_db_id := FND_WEB_CONFIG.DATABASE_ID;
1647:
1648: -- get the URL for servlet
1649: x_servlet_url := fnd_profile.value('CZ_UIMGR_URL');
1650:
1651: -- get the SYSDATE
1652: x_sysdate := to_char(sysdate,'mm-dd-yyyy-hh24-mi-ss');
1653: