DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB_W dependencies on FND_PROFILE

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

10779: -- Initialize API rturn status to success
10780: x_return_status := FND_API.g_ret_sts_success;
10781:
10782:
10783: l_resp_id := fnd_profile.value('RESP_ID');
10784: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
10785:
10786: -- Call CZ API
10787: IF l_debug = 'Y'

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

10780: x_return_status := FND_API.g_ret_sts_success;
10781:
10782:
10783: l_resp_id := fnd_profile.value('RESP_ID');
10784: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
10785:
10786: -- Call CZ API
10787: IF l_debug = 'Y'
10788: THEN ASO_QUOTE_UTIL_PVT.Debug('Begin calling CZ_CF_API.UI_FOR_ITEM');

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

10805: -- get the dbc file name
10806: x_db_id := FND_WEB_CONFIG.DATABASE_ID;
10807:
10808: -- get the URL for servlet
10809: x_servlet_url := fnd_profile.value('CZ_UIMGR_URL');
10810:
10811: -- get the SYSDATE
10812: x_sysdate := to_char(sysdate,'mm-dd-yyyy-hh24-mi-ss');
10813: