DBA Data[Home] [Help]

PACKAGE: APPS.BOM_CALC_TPCT

Source


1 PACKAGE BOM_CALC_TPCT AUTHID CURRENT_USER as
2 /* $Header: bomtpcts.pls 115.2 99/07/16 05:49:18 porting ship $ */
3 
4 function calc_tpct (
5 	p_routing_sequence_id	in	number,
6 	p_operation_type	in	varchar2
7 ) return number;
8 
9 procedure calculate_tpct(
10 	p_routing_sequence_id   in      number,
11 	p_operation_type        in      varchar2
12 );
13 END BOM_CALC_TPCT;