DBA Data[Home] [Help]

APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT_H_ALL

Line 391: r_farh IGS_FI_FEE_AS_RT_H_ALL%ROWTYPE;

387: gv_other_detail VARCHAR2(255);
388: BEGIN
389: DECLARE
390: x_rowid VARCHAR2(25);
391: r_farh IGS_FI_FEE_AS_RT_H_ALL%ROWTYPE;
392: v_create_history BOOLEAN := FALSE;
393: l_n_org_id IGS_FI_FEE_AS_RT_H_ALL.org_id%TYPE := igs_ge_gen_003.get_org_id;
394: BEGIN
395: -- Create a history for a IGS_FI_FEE_AS_RATE record.

Line 393: l_n_org_id IGS_FI_FEE_AS_RT_H_ALL.org_id%TYPE := igs_ge_gen_003.get_org_id;

389: DECLARE
390: x_rowid VARCHAR2(25);
391: r_farh IGS_FI_FEE_AS_RT_H_ALL%ROWTYPE;
392: v_create_history BOOLEAN := FALSE;
393: l_n_org_id IGS_FI_FEE_AS_RT_H_ALL.org_id%TYPE := igs_ge_gen_003.get_org_id;
394: BEGIN
395: -- Create a history for a IGS_FI_FEE_AS_RATE record.
396: -- Check if any of the non-primary key fields have been changed
397: -- and set the flag v_create_history to indicate so.