DBA Data[Home] [Help]

APPS.BOM_OP_SEQ_UTIL dependencies on BOM_OP_SEQ_UTIL

Line 1: PACKAGE BODY BOM_Op_Seq_UTIL AS

1: PACKAGE BODY BOM_Op_Seq_UTIL AS
2: /* $Header: BOMUOPSB.pls 120.4.12010000.2 2008/10/15 12:05:28 tbhande ship $ */
3: /****************************************************************************
4: --
5: -- Copyright (c) 2000 Oracle Corporation, Redwood Shores, CA, USA

Line 14: -- Body of package BOM_Op_Seq_UTIL

10: -- BOMUOPSS.pls
11: --
12: -- DESCRIPTION
13: --
14: -- Body of package BOM_Op_Seq_UTIL
15: --
16: -- NOTES
17: --
18: -- HISTORY

Line 25: G_Pkg_Name CONSTANT VARCHAR2(30) := 'BOM_Op_Seq_UTIL';

21: -- 25-OCT-00 Masanori Kimizuka Modified Insert_Row to add Eco_For_Production
22: --
23: ****************************************************************************/
24:
25: G_Pkg_Name CONSTANT VARCHAR2(30) := 'BOM_Op_Seq_UTIL';
26:
27:
28:
29: /*****************************************************************

Line 65: BOM_Op_Seq_UTIL.Query_Row

61: BEGIN
62:
63: x_mesg_token_tbl := p_mesg_token_tbl;
64:
65: BOM_Op_Seq_UTIL.Query_Row
66: ( p_operation_sequence_number => p_operation_sequence_number
67: , p_effectivity_date => p_effectivity_date
68: , p_routing_sequence_id => p_routing_sequence_id
69: , p_operation_type => p_operation_type

Line 124: BOM_Op_Seq_UTIL.Query_Row

120: BEGIN
121:
122: x_mesg_token_tbl := p_mesg_token_tbl;
123:
124: BOM_Op_Seq_UTIL.Query_Row
125: ( p_operation_sequence_number => p_operation_sequence_number
126: , p_effectivity_date => p_effectivity_date
127: , p_routing_sequence_id => p_routing_sequence_id
128: , p_operation_type => p_operation_type

Line 385: Bom_Op_Seq_UTIL.Perform_Writes

381: ) ;
382:
383: -- Call Perform Writes Procedure
384:
385: Bom_Op_Seq_UTIL.Perform_Writes
386: ( p_com_operation_rec => l_com_operation_rec
387: , p_com_op_unexp_rec => l_com_op_unexp_rec
388: , p_control_rec => Bom_Rtg_Pub.G_DEFAULT_CONTROL_REC
389: , x_return_status => x_return_status

Line 431: Bom_Op_Seq_UTIL.Perform_Writes

427: ) ;
428:
429:
430: -- Call Perform Writes Procedure
431: Bom_Op_Seq_UTIL.Perform_Writes
432: ( p_com_operation_rec => l_com_operation_rec
433: , p_com_op_unexp_rec => l_com_op_unexp_rec
434: , p_control_rec => Bom_Rtg_Pub.G_DEFAULT_CONTROL_REC
435: , x_return_status => x_return_status

Line 2374: END BOM_Op_Seq_UTIL ;

2370: x_mesg_token_tbl := l_mesg_token_tbl ;
2371: */
2372: END Cancel_Operation ;
2373:
2374: END BOM_Op_Seq_UTIL ;