DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on XLA_THIRD_PARTY_MERGE_PUB

Line 1401: ,x_event_ids OUT NOCOPY xla_third_party_merge_pub.t_event_ids

1397: ,p_post_in_gl_flag IN VARCHAR2 DEFAULT 'Y'
1398: ,p_third_party_type IN VARCHAR2 DEFAULT 'C'
1399: ,x_errbuf OUT NOCOPY VARCHAR2
1400: ,x_retcode OUT NOCOPY VARCHAR2
1401: ,x_event_ids OUT NOCOPY xla_third_party_merge_pub.t_event_ids
1402: ,x_request_id OUT NOCOPY NUMBER)
1403: IS
1404: creation_mode EXCEPTION;
1405: no_existing_account EXCEPTION;

Line 1460: xla_third_party_merge_pub.third_party_merge

1456: ,p_entity_code --ENTITY_CODE
1457: ,p_source_id_int_1 --p_cash_receipt_id --SOURCE_ID_INT_1
1458: ,NULL); --VALUATION_METHOD
1459:
1460: xla_third_party_merge_pub.third_party_merge
1461: ( x_errbuf => x_errbuf
1462: ,x_retcode => x_retcode
1463: ,x_event_ids => x_event_ids
1464: ,x_request_id => x_request_id