DBA Data[Home] [Help]

APPS.XLA_THIRD_PARTY_MERGE dependencies on XLA_THIRD_PARTY_MERGE_PUB

Line 18: | The public wrapper called xla_third_party_merge_pub, is built based on |

14: | DESCRIPTION |
15: | This is a XLA private package, which contains all the APIs required for |
16: | creating Third Party Merge events. |
17: | |
18: | The public wrapper called xla_third_party_merge_pub, is built based on |
19: | this package. |
20: | |
21: | Note: |
22: | - the APIs do not execute any COMMIT |

Line 36: , x_event_ids OUT NOCOPY xla_third_party_merge_pub.t_event_ids

32: -------------------------------------------------------------------------------
33: PROCEDURE third_party_merge
34: ( x_errbuf OUT NOCOPY VARCHAR2
35: , x_retcode OUT NOCOPY VARCHAR2
36: , x_event_ids OUT NOCOPY xla_third_party_merge_pub.t_event_ids
37: , x_request_id OUT NOCOPY INTEGER
38: , p_source_application_id IN INTEGER DEFAULT NULL
39: , p_application_id IN INTEGER
40: , p_ledger_id IN INTEGER DEFAULT NULL