DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on FND_REQUEST

Line 6664: l_mode := FND_REQUEST.SET_MODE(TRUE);

6660: l_mode BOOLEAN;
6661: e_msg Varchar2(2000);
6662:
6663: BEGIN
6664: l_mode := FND_REQUEST.SET_MODE(TRUE);
6665:
6666: -- Modified the follwing code the fix the translation issue.
6667: -- Removed the program description which was passed to FND API
6668: -- Original code is commented below. Bug#3347626

Line 6671: req_id := FND_REQUEST.SUbmit_request('OKS'

6667: -- Removed the program description which was passed to FND API
6668: -- Original code is commented below. Bug#3347626
6669:
6670: IF p_schedule_time = 'ASAP' then
6671: req_id := FND_REQUEST.SUbmit_request('OKS'
6672: ,'OKSMSCHG'
6673: ,Null
6674: ,SYSDATE
6675: ,FALSE

Line 6680: req_id := FND_REQUEST.submit_request('OKS'

6676: ,p_oie_id
6677: ,p_process_type
6678: ,p_check_yn);
6679: ELSIF (p_schedule_time IS not NULL) and (p_schedule_time <> 'ASAP' ) then
6680: req_id := FND_REQUEST.submit_request('OKS'
6681: ,'OKSMSCHG'
6682: ,Null
6683: ,p_schedule_time
6684: ,FALSE

Line 6691: -- req_id := FND_REQUEST.submit_request('OKS'

6687: ,p_check_yn);
6688: END IF;
6689:
6690: -- IF p_schedule_time = 'ASAP' then
6691: -- req_id := FND_REQUEST.submit_request('OKS'
6692: -- ,'OKSMSCHG'
6693: -- ,'Service Contracts Mass Change'
6694: -- ,SYSDATE
6695: -- ,FALSE

Line 6700: -- req_id := FND_REQUEST.submit_request('OKS'

6696: -- ,p_oie_id
6697: -- ,p_process_type
6698: -- ,p_check_yn);
6699: -- ELSIF (p_schedule_time IS not NULL) and (p_schedule_time <> 'ASAP' ) then
6700: -- req_id := FND_REQUEST.submit_request('OKS'
6701: -- ,'OKSMSCHG'
6702: -- ,'Service Contracts Mass Change'
6703: -- ,p_schedule_time
6704: -- ,FALSE