DBA Data[Home] [Help]

APPS.ECE_AP_PAYMENT dependencies on STANDARD

Line 148: -- Standard check of p_commit

144:
145: fnd_file.put_line(fnd_file.log, 'Calling EC Process Outbound :: END ::'||systimestamp);
146:
147:
148: -- Standard check of p_commit
149: if fnd_api.to_Boolean(p_commit) then
150: COMMIT WORK;
151: end if;
152:

Line 153: -- Standard call to get message count and if count is 1, get message info.

149: if fnd_api.to_Boolean(p_commit) then
150: COMMIT WORK;
151: end if;
152:
153: -- Standard call to get message count and if count is 1, get message info.
154: fnd_msg_pub.count_and_get(
155: p_count => x_msg_count,
156: p_data => x_msg_data);
157:

Line 236: DOCUMENT_STANDARD,

232: TPD_ATTRIBUTE2,
233: TPD_ATTRIBUTE3,
234: TPD_ATTRIBUTE4,
235: TPD_ATTRIBUTE5,
236: DOCUMENT_STANDARD,
237: TRANSACTION_HANDLING_CODE,
238: CHECK_AMOUNT,
239: CURRENCY_CODE,
240: EDI_PAYMENT_METHOD,

Line 501: bktpd.document_standard document_standard ,

497: bktpd.attribute2 tpd_attribute2 ,
498: bktpd.attribute3 tpd_attribute3 ,
499: bktpd.attribute4 tpd_attribute4 ,
500: bktpd.attribute5 tpd_attribute5 ,
501: bktpd.document_standard document_standard ,
502: ipay.bank_instruction2_code transaction_handling_code ,
503: ipay.payment_amount check_amount ,
504: ipay.payment_currency_code currency_code ,
505: ipay.payment_method_code edi_payment_method ,