DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on FND_RUN_FUNCTION

Line 488: l_vendor_url := fnd_run_function.get_run_function_url

484: fetch lc_get_function_id into l_function_id;
485: close lc_get_function_id;
486:
487:
488: l_vendor_url := fnd_run_function.get_run_function_url
489: (l_function_id,
490: -1,
491: -1,
492: 0,

Line 514: l_partner_url := fnd_run_function.get_run_function_url

510: l_partner_profile_url := fnd_profile.value('PV_WORKFLOW_ISTORE_URL');
511:
512: l_partner_profile_url := substr(l_partner_profile_url,1,instr(l_partner_profile_url,'/',1,3)-1); -- just get the http://:
513:
514: l_partner_url := fnd_run_function.get_run_function_url
515: (l_function_id,
516: -1,
517: -1,
518: 0,

Line 660: l_vendor_url := fnd_run_function.get_run_function_url

656: fetch lc_get_function_id into l_function_id;
657: close lc_get_function_id;
658:
659:
660: l_vendor_url := fnd_run_function.get_run_function_url
661: (l_function_id,
662: -1,
663: -1,
664: 0,

Line 681: l_partner_url := fnd_run_function.get_run_function_url

677: fetch lc_get_function_id into l_function_id;
678: close lc_get_function_id;
679:
680:
681: l_partner_url := fnd_run_function.get_run_function_url
682: (l_function_id,
683: -1,
684: -1,
685: 0,