DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_COGS_EVENTS

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

6149: raise process_error;
6150: END IF;
6151:
6152: l_stmt_num := 48;
6153: /* Set the costed flag to YES in cst_cogs_events for this sales order issue */
6154: UPDATE cst_cogs_events
6155: SET costed = NULL,
6156: last_update_date = sysdate,
6157: last_updated_by = i_user_id,

Line 6154: UPDATE cst_cogs_events

6150: END IF;
6151:
6152: l_stmt_num := 48;
6153: /* Set the costed flag to YES in cst_cogs_events for this sales order issue */
6154: UPDATE cst_cogs_events
6155: SET costed = NULL,
6156: last_update_date = sysdate,
6157: last_updated_by = i_user_id,
6158: last_update_login = i_login_id,