DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GMP_APS_OUTPUT_DTL

Line 852: UPDATE gmp_aps_output_dtl

848: AND header_id = p_header_id;
849:
850: IF (nvl(p_scheduling_method,0) = 1) THEN
851:
852: UPDATE gmp_aps_output_dtl
853: SET wip_entity_id = v_batch_id
854: WHERE parent_header_id = p_header_id
855: AND group_id = p_process_id ;
856: