DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_COGS_EVENTS

Line 6061: /* Set the costed flag to YES in cst_cogs_events for this sales order issue */

6057: raise process_error;
6058: END IF;
6059:
6060: l_stmt_num := 48;
6061: /* Set the costed flag to YES in cst_cogs_events for this sales order issue */
6062: UPDATE cst_cogs_events
6063: SET costed = NULL,
6064: last_update_date = sysdate,
6065: last_updated_by = i_user_id,

Line 6062: UPDATE cst_cogs_events

6058: END IF;
6059:
6060: l_stmt_num := 48;
6061: /* Set the costed flag to YES in cst_cogs_events for this sales order issue */
6062: UPDATE cst_cogs_events
6063: SET costed = NULL,
6064: last_update_date = sysdate,
6065: last_updated_by = i_user_id,
6066: last_update_login = i_login_id,