DBA Data[Home] [Help]

APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on STANDARD

Line 18: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable

14: || SPA and SUSA Completion
15: || (reverse chronological order - newest change first)
16: ****************************************************************************************************************/
17: PROCEDURE upload_external_stats (
18: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
19: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
20: p_batch_id IN NUMBER -- The batch id which needs to be uploaded
21: );
22:

Line 19: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code

15: || (reverse chronological order - newest change first)
16: ****************************************************************************************************************/
17: PROCEDURE upload_external_stats (
18: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
19: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
20: p_batch_id IN NUMBER -- The batch id which needs to be uploaded
21: );
22:
23: