DBA Data[Home] [Help]

APPS.PO_RESERVATION_MAINTAIN_SV dependencies on PO_LOG

Line 84: IF (PO_LOG.d_proc) THEN

80: BEGIN
81:
82:
83: d_progress := 0;
84: IF (PO_LOG.d_proc) THEN
85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );

Line 85: PO_LOG.proc_begin(d_module);

81:
82:
83: d_progress := 0;
84: IF (PO_LOG.d_proc) THEN
85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );

Line 86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);

82:
83: d_progress := 0;
84: IF (PO_LOG.d_proc) THEN
85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );

Line 87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );

83: d_progress := 0;
84: IF (PO_LOG.d_proc) THEN
85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );

Line 88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );

84: IF (PO_LOG.d_proc) THEN
85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );

Line 89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );

85: PO_LOG.proc_begin(d_module);
86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );

Line 90: PO_LOG.proc_begin(d_module, 'p_action',p_action );

86: PO_LOG.proc_begin(d_module, 'p_header_id', p_header_id);
87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );

Line 91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );

87: PO_LOG.proc_begin(d_module, 'p_line_id',p_line_id );
88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );
95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );

Line 92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );

88: PO_LOG.proc_begin(d_module, 'p_line_location_id',p_line_location_id );
89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );
95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );
96: END IF;

Line 93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );

89: PO_LOG.proc_begin(d_module, 'p_distribution_id',p_distribution_id );
90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );
95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );
96: END IF;
97:

Line 94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );

90: PO_LOG.proc_begin(d_module, 'p_action',p_action );
91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );
95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );
96: END IF;
97:
98: d_progress := 10;

Line 95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );

91: PO_LOG.proc_begin(d_module, 'p_recreate_demand_flag',p_recreate_demand_flag );
92: PO_LOG.proc_begin(d_module, 'p_called_from_reqimport',p_called_from_reqimport );
93: PO_LOG.proc_begin(d_module, 'p_ordered_quantity',p_ordered_quantity );
94: PO_LOG.proc_begin(d_module, 'p_transaction_id',p_transaction_id );
95: PO_LOG.proc_begin(d_module, 'p_ordered_uom',p_ordered_uom );
96: END IF;
97:
98: d_progress := 10;
99:

Line 100: IF (PO_LOG.d_stmt) THEN

96: END IF;
97:
98: d_progress := 10;
99:
100: IF (PO_LOG.d_stmt) THEN
101: PO_LOG.stmt(d_module, d_progress, 'Calling Maintain rervations');
102: END IF;
103:
104: inv_maintain_reservation_pub.maintain_reservation

Line 101: PO_LOG.stmt(d_module, d_progress, 'Calling Maintain rervations');

97:
98: d_progress := 10;
99:
100: IF (PO_LOG.d_stmt) THEN
101: PO_LOG.stmt(d_module, d_progress, 'Calling Maintain rervations');
102: END IF;
103:
104: inv_maintain_reservation_pub.maintain_reservation
105: (

Line 132: IF (PO_LOG.d_proc) THEN

128:
129:
130: d_progress := 20;
131:
132: IF (PO_LOG.d_proc) THEN
133: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
134: PO_LOG.proc_end(d_module);
135: END IF;
136:

Line 133: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);

129:
130: d_progress := 20;
131:
132: IF (PO_LOG.d_proc) THEN
133: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
134: PO_LOG.proc_end(d_module);
135: END IF;
136:
137:

Line 134: PO_LOG.proc_end(d_module);

130: d_progress := 20;
131:
132: IF (PO_LOG.d_proc) THEN
133: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
134: PO_LOG.proc_end(d_module);
135: END IF;
136:
137:
138: EXCEPTION

Line 141: IF (PO_LOG.d_exc) THEN

137:
138: EXCEPTION
139: WHEN OTHERS THEN
140: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
141: IF (PO_LOG.d_exc) THEN
142: PO_LOG.exc(d_module, d_progress, SQLCODE || SQLERRM);
143: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
144: PO_LOG.proc_end(d_module);
145: END IF;

Line 142: PO_LOG.exc(d_module, d_progress, SQLCODE || SQLERRM);

138: EXCEPTION
139: WHEN OTHERS THEN
140: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
141: IF (PO_LOG.d_exc) THEN
142: PO_LOG.exc(d_module, d_progress, SQLCODE || SQLERRM);
143: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
144: PO_LOG.proc_end(d_module);
145: END IF;
146:

Line 143: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);

139: WHEN OTHERS THEN
140: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
141: IF (PO_LOG.d_exc) THEN
142: PO_LOG.exc(d_module, d_progress, SQLCODE || SQLERRM);
143: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
144: PO_LOG.proc_end(d_module);
145: END IF;
146:
147: END MAINTAIN_RESERVATION;

Line 144: PO_LOG.proc_end(d_module);

140: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
141: IF (PO_LOG.d_exc) THEN
142: PO_LOG.exc(d_module, d_progress, SQLCODE || SQLERRM);
143: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
144: PO_LOG.proc_end(d_module);
145: END IF;
146:
147: END MAINTAIN_RESERVATION;
148: