DBA Data[Home] [Help]

APPS.BOMPNORD dependencies on BOM_CONFIG_EXPLOSIONS

Line 140: SELECT bom_config_explosions_s.nextval group_id

136: X_Row_Locked EXCEPTION;
137: Pragma exception_init(X_Row_locked, -54);
138:
139: Cursor Get_New_Group is
140: SELECT bom_config_explosions_s.nextval group_id
141: FROM sys.dual;
142:
143: Begin
144:

Line 278: -- the bill as of the given rev_date into BOM_CONFIG_EXPLOSIONS.

274: IF (COPY_FLAG = 1) THEN
275:
276: -- The procedure is being called from the configurator form, which
277: -- needs it's own copy of the bill. Using the master bill, copy
278: -- the bill as of the given rev_date into BOM_CONFIG_EXPLOSIONS.
279: -- Pass back the group_id of this copy.
280:
281: stmt_num := 90;
282:

Line 288: INSERT INTO bom_config_explosions (

284:
285:
286: stmt_num := 100;
287:
288: INSERT INTO bom_config_explosions (
289: TOP_BILL_SEQUENCE_ID,
290: BILL_SEQUENCE_ID,
291: ORGANIZATION_ID,
292: EXPLOSION_TYPE,