DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB_W dependencies on CSP_TRANSACTIONS_PUB

Line 1: package body csp_transactions_pub_w as

1: package body csp_transactions_pub_w as
2: /* $Header: csptppwb.pls 120.1 2005/09/09 10:50:28 ajosephg noship $ */
3: procedure transact_material(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 93: csp_transactions_pub.transact_material(p_api_version,

89:
90:
91:
92: -- here's the delegated call to the old PL/SQL routine
93: csp_transactions_pub.transact_material(p_api_version,
94: p_init_msg_list,
95: p_commit,
96: px_transaction_id,
97: px_transaction_header_id,

Line 206: csp_transactions_pub.transact_temp_record(p_api_version_number,

202:
203:
204:
205: -- here's the delegated call to the old PL/SQL routine
206: csp_transactions_pub.transact_temp_record(p_api_version_number,
207: p_init_msg_list,
208: p_commit,
209: p_validation_level,
210: p_transaction_temp_id,

Line 229: end csp_transactions_pub_w;

225:
226:
227: end;
228:
229: end csp_transactions_pub_w;