DBA Data[Home] [Help]

APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on STANDARD

Line 35: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

31: -- ------------------------------------------------------------------
32: -- Concurrent Program for the gathering of data on Exchange Visitors
33: -- ------------------------------------------------------------------
34: PROCEDURE EV_Batch_Process(
35: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
36: retcode OUT NOCOPY NUMBER , -- Request standard return status
37: p_validate_only IN VARCHAR2, -- Validate only flag 'Y' 'N'
38: p_org_id IN VARCHAR2,
39: p_dso_id IN VARCHAR2 DEFAULT NULL

Line 36: retcode OUT NOCOPY NUMBER , -- Request standard return status

32: -- Concurrent Program for the gathering of data on Exchange Visitors
33: -- ------------------------------------------------------------------
34: PROCEDURE EV_Batch_Process(
35: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
36: retcode OUT NOCOPY NUMBER , -- Request standard return status
37: p_validate_only IN VARCHAR2, -- Validate only flag 'Y' 'N'
38: p_org_id IN VARCHAR2,
39: p_dso_id IN VARCHAR2 DEFAULT NULL
40: );

Line 46: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

42: -- ------------------------------------------------------------------
43: -- Concurrent Program for the gathering of data on Non Immigrant Students
44: -- ------------------------------------------------------------------
45: PROCEDURE NIMG_Batch_Process(
46: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
47: retcode OUT NOCOPY NUMBER , -- Request standard return status
48: p_validate_only IN VARCHAR2, -- Validate only flag 'Y' 'N'
49: p_org_id IN VARCHAR2,
50: p_dso_id IN VARCHAR2 DEFAULT NULL

Line 47: retcode OUT NOCOPY NUMBER , -- Request standard return status

43: -- Concurrent Program for the gathering of data on Non Immigrant Students
44: -- ------------------------------------------------------------------
45: PROCEDURE NIMG_Batch_Process(
46: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
47: retcode OUT NOCOPY NUMBER , -- Request standard return status
48: p_validate_only IN VARCHAR2, -- Validate only flag 'Y' 'N'
49: p_org_id IN VARCHAR2,
50: p_dso_id IN VARCHAR2 DEFAULT NULL
51: );

Line 57: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

53: -- ------------------------------------------------------------------
54: -- Concurrent Program for the Deleting of unprocessed EV records.
55: -- ------------------------------------------------------------------
56: PROCEDURE EV_Purge_Batch (
57: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
58: retcode OUT NOCOPY NUMBER -- Request standard return status
59: );
60:
61: -- ------------------------------------------------------------------

Line 58: retcode OUT NOCOPY NUMBER -- Request standard return status

54: -- Concurrent Program for the Deleting of unprocessed EV records.
55: -- ------------------------------------------------------------------
56: PROCEDURE EV_Purge_Batch (
57: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
58: retcode OUT NOCOPY NUMBER -- Request standard return status
59: );
60:
61: -- ------------------------------------------------------------------
62: -- Concurrent Program for the Deleting of unprocessed Non immigrant records.

Line 65: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

61: -- ------------------------------------------------------------------
62: -- Concurrent Program for the Deleting of unprocessed Non immigrant records.
63: -- ------------------------------------------------------------------
64: PROCEDURE NIMG_Purge_Batch (
65: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
66: retcode OUT NOCOPY NUMBER -- Request standard return status
67: );
68:
69: -- ------------------------------------------------------------------

Line 66: retcode OUT NOCOPY NUMBER -- Request standard return status

62: -- Concurrent Program for the Deleting of unprocessed Non immigrant records.
63: -- ------------------------------------------------------------------
64: PROCEDURE NIMG_Purge_Batch (
65: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
66: retcode OUT NOCOPY NUMBER -- Request standard return status
67: );
68:
69: -- ------------------------------------------------------------------
70: -- Procedure for processing the transaction header.