DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_INVLN_INT

Line 752: l_error_string igs_fi_invln_int.error_string%TYPE; -- To capture returned error string from get_charge_acct_ccids procedure call.

748: AND attribute_value = cp_v_attr_value;
749: l_v_seg_name fnd_id_flex_segments.application_column_name%TYPE;
750:
751: l_return_status BOOLEAN; -- To capture returned Status from get_charge_acct_ccids procedure call.
752: l_error_string igs_fi_invln_int.error_string%TYPE; -- To capture returned error string from get_charge_acct_ccids procedure call.
753: l_error_type NUMBER; -- To capture returned error type from get_charge_acct_ccids procedure call.
754: l_error_type_cr NUMBER;
755: l_error_string_cr igs_fi_invln_int.error_string%TYPE;
756: l_return_status_cr BOOLEAN;

Line 755: l_error_string_cr igs_fi_invln_int.error_string%TYPE;

751: l_return_status BOOLEAN; -- To capture returned Status from get_charge_acct_ccids procedure call.
752: l_error_string igs_fi_invln_int.error_string%TYPE; -- To capture returned error string from get_charge_acct_ccids procedure call.
753: l_error_type NUMBER; -- To capture returned error type from get_charge_acct_ccids procedure call.
754: l_error_type_cr NUMBER;
755: l_error_string_cr igs_fi_invln_int.error_string%TYPE;
756: l_return_status_cr BOOLEAN;
757:
758:
759: l_rev_account_cd igs_fi_control.rev_account_cd%TYPE; -- To hold Revenue Account Code.