DBA Data[Home] [Help]

APPS.PO_CORE_SV1 dependencies on PO_UNIQUE_IDENTIFIER_CONT_ALL

Line 207: -- increment the number in po_unique_identifier_cont_all by 1

203: BEGIN
204:
205: l_progress := '010';
206:
207: -- increment the number in po_unique_identifier_cont_all by 1
208: -- based on table_name and org_id from parameter list.
209: UPDATE po_unique_identifier_cont_all
210: SET current_max_unique_identifier =
211: current_max_unique_identifier +1

Line 209: UPDATE po_unique_identifier_cont_all

205: l_progress := '010';
206:
207: -- increment the number in po_unique_identifier_cont_all by 1
208: -- based on table_name and org_id from parameter list.
209: UPDATE po_unique_identifier_cont_all
210: SET current_max_unique_identifier =
211: current_max_unique_identifier +1
212: WHERE table_name = p_table_name
213: AND org_id = p_org_id