DBA Data[Home] [Help]

APPS.IGS_RE_SPRVSR_LGCY_PUB dependencies on IGS_RE_SPRVSR_LGCY_PUB

Line 1: PACKAGE BODY igs_re_sprvsr_lgcy_pub AS

1: PACKAGE BODY igs_re_sprvsr_lgcy_pub AS
2: /* $Header: IGSRE19B.pls 120.4 2006/02/15 01:45:32 bdeviset noship $ */
3:
4: /*------------------------------------------------------------------------------+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA |

Line 10: | PL/SQL body for package: igs_re_sprvsr_lgcy_pub |

6: | All rights reserved. |
7: +==============================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL body for package: igs_re_sprvsr_lgcy_pub |
11: | |
12: | NOTES : Research Supervisor Legacy API. This API imports supervisor |
13: | information against the specified program attempt / candidature. |
14: | Created as part of Enrollment Legacy build. Bug# 2661533 |

Line 25: g_pkg_name CONSTANT VARCHAR2(30) := 'IGS_RE_SPRVSR_LGCY_PUB';

21: | Previously it was fetching replaced_sequence_number by comparing replaced_person_id; |
22: | This is to fix bug# 2725852. |
23: *==============================================================================*/
24:
25: g_pkg_name CONSTANT VARCHAR2(30) := 'IGS_RE_SPRVSR_LGCY_PUB';
26:
27: FUNCTION validate_parameters
28: (
29: p_sprvsr_dtls_rec IN sprvsr_dtls_rec_type

Line 737: END igs_re_sprvsr_lgcy_pub;

733: p_data => x_msg_data);
734:
735: END create_sprvsr;
736:
737: END igs_re_sprvsr_lgcy_pub;