DBA Data[Home] [Help]

APPS.IBY_PYO_TRANSACTION dependencies on STANDARD

Line 141: -- Standard check of p_commit

137:
138: fnd_file.put_line(fnd_file.log, 'Calling EC Process Outbound :: END ::'||systimestamp);
139:
140:
141: -- Standard check of p_commit
142: if fnd_api.to_Boolean(p_commit) then
143: COMMIT WORK;
144: end if;
145:

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

142: if fnd_api.to_Boolean(p_commit) then
143: COMMIT WORK;
144: end if;
145:
146: -- Standard call to get message count and if count is 1, get message info.
147: fnd_msg_pub.count_and_get(
148: p_count => x_msg_count,
149: p_data => x_msg_data);
150:

Line 229: DOCUMENT_STANDARD,

225: TPD_ATTRIBUTE2,
226: TPD_ATTRIBUTE3,
227: TPD_ATTRIBUTE4,
228: TPD_ATTRIBUTE5,
229: DOCUMENT_STANDARD,
230: TRANSACTION_HANDLING_CODE,
231: CHECK_AMOUNT,
232: CURRENCY_CODE,
233: EDI_PAYMENT_METHOD,

Line 494: bktpd.document_standard document_standard ,

490: bktpd.attribute2 tpd_attribute2 ,
491: bktpd.attribute3 tpd_attribute3 ,
492: bktpd.attribute4 tpd_attribute4 ,
493: bktpd.attribute5 tpd_attribute5 ,
494: bktpd.document_standard document_standard ,
495: ipay.bank_instruction2_code transaction_handling_code ,
496: ipay.payment_amount check_amount ,
497: ipay.payment_currency_code currency_code ,
498: ipay.payment_method_code edi_payment_method ,