DBA Data[Home] [Help]

APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_GE_DATE

Line 4430: l_d_gl_date := TRUNC(igs_ge_date.igsdate(p_d_gl_date));

4426: -- Create a savepoint
4427: SAVEPOINT SP_LOCKBOX_MAIN;
4428: retcode := 0;
4429:
4430: l_d_gl_date := TRUNC(igs_ge_date.igsdate(p_d_gl_date));
4431:
4432: -- Call the initialize procedure to initialize the global variables
4433: -- and the PL/SQL tables
4434: initialize;

Line 4565: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);

4561: -- Create a Savepoint
4562: SAVEPOINT SP_LOCKBOX_ERROR;
4563: retcode := 0;
4564:
4565: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);
4566: -- Call initialize to set all the global variables.
4567: initialize;
4568:
4569: -- Log and Validate Parameters