DBA Data[Home] [Help]

APPS.PV_BENFT_STATUS_CHANGE dependencies on FND_RUN_FUNCTION

Line 1288: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||

1284: open lc_get_function (pc_function_name => 'PV_REF_NOTIF_LINK_VENDOR');
1285: fetch lc_get_function into l_function_id;
1286: close lc_get_function;
1287:
1288: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||
1289: L_REFERRAL_ID || '&entityType=PVREFFRL');
1290:
1291: wf_engine.SetItemAttrText( itemtype => p_itemtype,
1292: itemkey => p_itemKey,

Line 1300: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||

1296: open lc_get_function (pc_function_name => 'PV_REFERRAL_OVERVIEW_PT');
1297: fetch lc_get_function into l_function_id;
1298: close lc_get_function;
1299:
1300: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||
1301: L_REFERRAL_ID || '&entityType=PVREFFRL');
1302:
1303: if length(l_partner_url) > 0 then -- if profile is set, use it for partner URL
1304:

Line 1350: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||

1346: open lc_get_function (pc_function_name => 'PV_REF_NOTIF_LINK_VENDOR');
1347: fetch lc_get_function into l_function_id;
1348: close lc_get_function;
1349:
1350: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||
1351: L_REFERRAL_ID || '&entityType=PVDEALRN');
1352:
1353: wf_engine.SetItemAttrText( itemtype => p_itemtype,
1354: itemkey => p_itemKey,

Line 1362: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||

1358: open lc_get_function (pc_function_name => 'PV_DEALRN_OVERVIEW_PT');
1359: fetch lc_get_function into l_function_id;
1360: close lc_get_function;
1361:
1362: l_url := fnd_run_function.get_run_function_url(l_function_id,-1,-1,0, 'referralId=' ||
1363: L_REFERRAL_ID || '&entityType=PVDEALRN');
1364:
1365: if length(l_partner_url) > 0 then -- if profile is set, use it for partner URL
1366: