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 1598: l_resp_id := fnd_profile.value('RESP_ID');

1594: -- Initialize API rturn status to success
1595: x_return_status := FND_API.g_ret_sts_success;
1596:
1597:
1598: l_resp_id := fnd_profile.value('RESP_ID');
1599: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1600:
1601: -- get icx session ticket
1602: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;

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

1595: x_return_status := FND_API.g_ret_sts_success;
1596:
1597:
1598: l_resp_id := fnd_profile.value('RESP_ID');
1599: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1600:
1601: -- get icx session ticket
1602: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;
1603:

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

1604: -- get the dbc file name
1605: x_db_id := FND_WEB_CONFIG.DATABASE_ID;
1606:
1607: -- get the URL for servlet
1608: x_servlet_url := fnd_profile.value('CZ_UIMGR_URL');
1609:
1610: -- get the SYSDATE
1611: x_sysdate := to_char(sysdate,'mm-dd-yyyy-hh24-mi-ss');
1612: