DBA Data[Home] [Help]

APPS.WIP_WICTPG dependencies on FND_API

Line 314: /* Bug 6056455: (FP of 5224338) Added following if condition before calling FND API to delete attachments*/

310:
311: -- If the action type option is to purge then call the API supplied by dlane
312: if (p_Option <> REPORT_ONLY) then
313:
314: /* Bug 6056455: (FP of 5224338) Added following if condition before calling FND API to delete attachments*/
315: if ( l_op_count > 0) then
316: FND_ATTACHED_DOCUMENTS2_PKG.delete_attachments(
317: X_entity_name => 'WIP_DISCRETE_OPERATIONS',
318: X_pk1_value => to_char(x_purge_rec.wip_entity_id),

Line 2590: x_ret_success varchar2(1) := FND_API.G_RET_STS_SUCCESS ;

2586: x_sched_move_txn_flag boolean := FALSE;
2587: x_sched_txn_flag boolean := FALSE;
2588: x_purge_request get_purge_requests%rowtype;
2589:
2590: x_ret_success varchar2(1) := FND_API.G_RET_STS_SUCCESS ;
2591: x_commit_count number := 0 ;
2592: begin
2593: -- this procedure performs periodic commits to prevent rollback segments
2594: -- from filling up

Line 2650: if (x_ret_success = FND_API.G_RET_STS_SUCCESS) then

2646: p_return_status => x_ret_success
2647: );
2648: end if ;
2649:
2650: if (x_ret_success = FND_API.G_RET_STS_SUCCESS) then
2651: /* OSFM API returns success status to continue .
2652: For other purge_type it is defaulted to success
2653: */
2654: