DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE dependencies on PA_PURGE_VALIDATE_ICIP

Line 279: pa_purge_validate_icip.g_insert_errors_no_duplicate := 'N'; /* Bug# 2431705 */

275:
276: FOR c_prj_in_batch in GetProjectsInBatch LOOP
277:
278: g_delete_errors := 'N';
279: pa_purge_validate_icip.g_insert_errors_no_duplicate := 'N'; /* Bug# 2431705 */
280:
281: FND_MSG_PUB.Initialize;
282:
283: if c_prj_in_batch.last_project_status_code <> 'PARTIALLY_PURGED' then

Line 285: if pa_purge_validate_icip.Is_InterPrj_Receiver_Project(c_prj_in_batch.project_id) = 'Y' then

281: FND_MSG_PUB.Initialize;
282:
283: if c_prj_in_batch.last_project_status_code <> 'PARTIALLY_PURGED' then
284:
285: if pa_purge_validate_icip.Is_InterPrj_Receiver_Project(c_prj_in_batch.project_id) = 'Y' then
286:
287: pa_debug.debug(' * Calling validate process for IP receiver project for project '||
288: to_char(c_prj_in_batch.project_id));
289:

Line 290: pa_purge_validate_icip.Validate_IP_Rcvr ( c_prj_in_batch.project_id,

286:
287: pa_debug.debug(' * Calling validate process for IP receiver project for project '||
288: to_char(c_prj_in_batch.project_id));
289:
290: pa_purge_validate_icip.Validate_IP_Rcvr ( c_prj_in_batch.project_id,
291: l_err_code,
292: l_err_stack,
293: l_err_stage );
294:

Line 321: end if; /* pa_purge_validate_icip.Is_InterPrj_Receiver_Project check */

317: where p.project_id = c_prj_in_batch.project_id;
318:
319: end if;
320:
321: end if; /* pa_purge_validate_icip.Is_InterPrj_Receiver_Project check */
322:
323: end if; /* c_prj_in_batch.last_project_status_code <> 'PARTIALLY_PURGED' check */
324:
325: END LOOP;