DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on BOM_CTO_ORDER_LINES_S1

Line 44: | BOM_CTO_ORDER_LINES_S1

40: |
41: |
42: | Modified on 19-NOV-2001 By Renga Kannan : Modified the sequence
43: | add a new sequence called
44: | BOM_CTO_ORDER_LINES_S1
45: | this sequence generates -ve nos
46: | This is because now, BCOL table
47: | is used for pre-config bom functionality
48: | We don't want any +ve seq, so that it won't

Line 1046: select bom_cto_order_lines_s1.nextval

1042: -- IN the case of Bcol generation for Sales order
1043: -- Line_id is populated with Oe_line_id
1044:
1045:
1046: select bom_cto_order_lines_s1.nextval
1047: into bcol_tab(bcol_index).line_id
1048: from dual ;
1049: /* Temporary Fix, Need a new sequence for bom_cto_order_lines */
1050: