DBA Data[Home] [Help]

APPS.IGS_PS_LGCY_CONC_PKG dependencies on IGS_PS_LGCY_BAT_INT

Line 364: FROM igs_ps_lgcy_bat_int

360: PROCEDURE print_heading AS
361: CURSOR c_batch_desc IS
362: SELECT
363: description
364: FROM igs_ps_lgcy_bat_int
365: WHERE batch_id=p_n_batch_id;
366:
367: l_c_batch_desc igs_ps_lgcy_bat_int.description%TYPE;
368:

Line 367: l_c_batch_desc igs_ps_lgcy_bat_int.description%TYPE;

363: description
364: FROM igs_ps_lgcy_bat_int
365: WHERE batch_id=p_n_batch_id;
366:
367: l_c_batch_desc igs_ps_lgcy_bat_int.description%TYPE;
368:
369: BEGIN
370: IF p_head THEN
371: