DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on XLA_THIRD_PARTY_MERGE_PUB

Line 1403: ,x_event_ids OUT NOCOPY xla_third_party_merge_pub.t_event_ids

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

Line 1462: xla_third_party_merge_pub.third_party_merge

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