DBA Data[Home] [Help]

APPS.AP_WEB_LOCATIONS_PKG dependencies on AP_CREDIT_CARD_TRXNS_ALL

Line 152: -- get_location using ap_credit_card_trxns_all

148: end get_location;
149:
150:
151: ------------------------------------------------------------
152: -- get_location using ap_credit_card_trxns_all
153: ------------------------------------------------------------
154: procedure get_location(p_cc_trx in out nocopy ap_credit_card_trxns_all%rowtype,
155: x_return_status in out nocopy varchar2,
156: x_msg_count in out nocopy number,

Line 154: procedure get_location(p_cc_trx in out nocopy ap_credit_card_trxns_all%rowtype,

150:
151: ------------------------------------------------------------
152: -- get_location using ap_credit_card_trxns_all
153: ------------------------------------------------------------
154: procedure get_location(p_cc_trx in out nocopy ap_credit_card_trxns_all%rowtype,
155: x_return_status in out nocopy varchar2,
156: x_msg_count in out nocopy number,
157: x_msg_data in out nocopy varchar2)
158: is