[Home] [Help]
687: --
688: -- Call Before Process User Hook
689: --
690: begin
691: IRC_PENDING_DATA_BK3.DELETE_PENDING_DATA_b
692: (p_pending_data_id => p_pending_data_id
693: );
694: exception
695: when hr_api.cannot_find_prog_unit then
705: --
706: -- Call After Process User Hook
707: --
708: begin
709: IRC_PENDING_DATA_BK3.DELETE_PENDING_DATA_a
710: (p_pending_data_id => p_pending_data_id
711: );
712: exception
713: when hr_api.cannot_find_prog_unit then