DBA Data[Home] [Help]

APPS.IBY_ROUTINGINFO_PKG dependencies on IBY_ROUTINGINFO

Line 1: package iby_routinginfo_pkg AUTHID CURRENT_USER as

1: package iby_routinginfo_pkg AUTHID CURRENT_USER as
2: /*$Header: ibyrouts.pls 115.14 2002/05/21 22:48:45 pkm ship $*/
3:
4: type t_rulesRec is record(
5: ruleId NUMBER(15),

Line 50: iby_routinginfo.paymentmethodId%type,

46: ** Function: deleteRoutingInfo.
47: ** Purpose: deletes the Routing information in the database.
48: */
49: procedure deleteRoutingInfo ( i_paymentmethodId in
50: iby_routinginfo.paymentmethodId%type,
51: i_paymentmethodName in
52: iby_routinginfo.paymentmethodName%type,
53: i_version in
54: iby_routinginfo.object_version_number%type);

Line 52: iby_routinginfo.paymentmethodName%type,

48: */
49: procedure deleteRoutingInfo ( i_paymentmethodId in
50: iby_routinginfo.paymentmethodId%type,
51: i_paymentmethodName in
52: iby_routinginfo.paymentmethodName%type,
53: i_version in
54: iby_routinginfo.object_version_number%type);
55:
56: /*

Line 54: iby_routinginfo.object_version_number%type);

50: iby_routinginfo.paymentmethodId%type,
51: i_paymentmethodName in
52: iby_routinginfo.paymentmethodName%type,
53: i_version in
54: iby_routinginfo.object_version_number%type);
55:
56: /*
57: ** Function: isDuplicateCondNames.
58: ** Purpose: Checks whether the input rule condition names contain

Line 65: end iby_routinginfo_pkg;

61: */
62: function isDuplicateCondNames ( i_conditions in t_condtRecVec )
63: RETURN BOOLEAN;
64:
65: end iby_routinginfo_pkg;