DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GMP_APS_OUTPUT_DTL

Line 732: UPDATE gmp_aps_output_dtl

728: AND header_id = p_header_id;
729:
730: IF (nvl(p_scheduling_method,0) = 1) THEN
731:
732: UPDATE gmp_aps_output_dtl
733: SET wip_entity_id = v_batch_id
734: WHERE parent_header_id = p_header_id
735: AND group_id = p_process_id ;
736: