DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on DUAL

Line 126: | individually, process and commit.

122: | to auto_create_purchase_req_cr. Please refer to the bug texts
123: | for details. In short, take a snapshot of eligible order lines
124: | from oe_order_lines_all into bom_cto_order_lines_temp. Loop
125: | thru the temp 1000 records at a time, lock each line
126: | individually, process and commit.
127: |
128: |Oct 26,2004 Kkonada
129: | bug fix 3871646
130: | Need to remove hard coded schema names, refer to bug for more details

Line 3677: from dual;

3673: g_pg_level := g_pg_level + 3;
3674:
3675: select po_headers_interface_s.nextval
3676: into x_int_header_id
3677: from dual;
3678:
3679: If nvl(p_batch_id,-1) = -1 Then
3680: p_batch_id := x_int_header_id;
3681: end if;