DBA Data[Home] [Help]

APPS.ZPB_AW_WRITE_BACK dependencies on FND_REQUEST

Line 202: req_id := FND_REQUEST.SUBMIT_REQUEST ('ZPB',

198: -- users/rules and launched once.
199:
200: IF l_conc_request_id < 0 OR p_task_type = 'UM' THEN
201: IF req_nm = 'ZPB_DO_WRTBK' THEN
202: req_id := FND_REQUEST.SUBMIT_REQUEST ('ZPB',
203: req_nm,
204: null,
205: TO_CHAR(P_START_TIME, 'DD-MON-YYYY HH24:MI:SS'),
206: FALSE,

Line 211: req_id := FND_REQUEST.SUBMIT_REQUEST ('ZPB',

207: tsk_seq,
208: null,
209: P_BUSINESS_AREA_ID);
210: ELSE
211: req_id := FND_REQUEST.SUBMIT_REQUEST ('ZPB',
212: req_nm,
213: null,
214: TO_CHAR(P_START_TIME, 'DD-MON-YYYY HH24:MI:SS'),
215: FALSE,

Line 951: l_request_id := FND_REQUEST.SUBMIT_REQUEST (application => 'ZPB',

947: --remove records timed by ZPB_WRITEBACK_TABLE_NUMBER_OF_DAYS profile
948: l_remove_old_records;
949:
950: IF (l_task_type = UMAINT and b_start_aw_daemon) THEN
951: l_request_id := FND_REQUEST.SUBMIT_REQUEST (application => 'ZPB',
952: program => 'ZPB_CREATE_PERS_AW_DAEMON',
953: description => null,
954: start_time => null,
955: sub_request => FALSE,

Line 1046: l_request_id := fnd_request.submit_request (application => 'ZPB',

1042: end if;
1043: end if;
1044:
1045: if b_start_aw_cr_daemon then
1046: l_request_id := fnd_request.submit_request (application => 'ZPB',
1047: program => 'ZPB_CREATE_PERSONAL_AW',
1048: description => null,
1049: start_time => null,
1050: sub_request => FALSE,

Line 1128: req_id := fnd_request.submit_request ('ZPB',

1124: IS
1125: req_id NUMBER;
1126:
1127: BEGIN
1128: req_id := fnd_request.submit_request ('ZPB',
1129: 'ZPB_DO_WRTBK',
1130: NULL,
1131: NULL,
1132: FALSE,