DBA Data[Home] [Help]

APPS.IGR_GEN_002 dependencies on IGR_GEN_002

Line 1: PACKAGE BODY igr_gen_002 AS

1: PACKAGE BODY igr_gen_002 AS
2: /* $Header: IGSRT07B.pls 120.0 2005/06/01 23:22:07 appldev noship $ */
3:
4: /****************************************************************************
5: Created By : nsinha

Line 94: igr_gen_002.Get_latest_batch_id (p_batch_id);

90:
91: l_create_new_batch BOOLEAN := FALSE;
92: BEGIN
93: -- If any records are available for that user in the interface table then get the max batch_id.
94: igr_gen_002.Get_latest_batch_id (p_batch_id);
95: IF p_batch_id = 0 THEN -- create a new batch
96: l_imp_batch_id := NULL ;
97:
98: -- Get the Batch ID for admission application import process

Line 176: END igr_gen_002;

172: igs_ge_msg_stack.add;
173: App_Exception.Raise_Exception;
174: END Delete_Inquiry_Dtls;
175:
176: END igr_gen_002;