DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_CONTROL

Line 53: | to data type igs_fi_control.interface |

49: | Also removed the references for the |
50: | g_err_party and added the global var |
51: | g_party for the party id |
52: | agairola 21 Apr 2002 Changed the variable g_interface_attr |
53: | to data type igs_fi_control.interface |
54: | line attribute.Added bug no. to header|
55: | for bugs 2326595, 2309929, 2310806 |
56: | agairola 17-APR 2002 Added a new function get_int_val. |
57: | Modified the coding logic for the |

Line 135: g_rec_installed igs_fi_control.rec_installed%TYPE;

131: -- jbegum 25 Feb 02 As part of enh bug #2238226 added the following global constant
132: g_applfee CONSTANT VARCHAR2(20) := 'APPLFEE';
133:
134: -- Global variable for receivables installed flag setting
135: g_rec_installed igs_fi_control.rec_installed%TYPE;
136:
137: g_party hz_parties.party_id%TYPE;
138:
139: g_interface_attr igs_fi_control.interface_line_attribute%TYPE;

Line 139: g_interface_attr igs_fi_control.interface_line_attribute%TYPE;

135: g_rec_installed igs_fi_control.rec_installed%TYPE;
136:
137: g_party hz_parties.party_id%TYPE;
138:
139: g_interface_attr igs_fi_control.interface_line_attribute%TYPE;
140:
141: -- Global Variable for posting control id
142: g_n_posting_control_id igs_fi_posting_int_all.posting_control_id%TYPE;
143:

Line 889: l_v_currency_cd igs_fi_control_all.currency_cd%TYPE := igs_fi_gen_gl.finp_ss_get_cur;

885:
886: l_b_exception_flag BOOLEAN := FALSE;
887: l_v_posting_rowid ROWID;
888: l_n_posting_id igs_fi_posting_int.posting_id%TYPE;
889: l_v_currency_cd igs_fi_control_all.currency_cd%TYPE := igs_fi_gen_gl.finp_ss_get_cur;
890: l_v_orig_appl_fee_ref igs_fi_posting_int_all.orig_appl_fee_ref%TYPE;
891: l_n_application_id igs_ad_appl.application_id%TYPE;
892:
893: BEGIN

Line 1238: l_v_manage_acc igs_fi_control_all.manage_accounts%TYPE := NULL;

1234: CURSOR cur_gen_control_id IS
1235: SELECT igs_fi_posting_control_s.nextval
1236: FROM dual;
1237:
1238: l_v_manage_acc igs_fi_control_all.manage_accounts%TYPE := NULL;
1239: l_v_message_name fnd_new_messages.message_name%TYPE := NULL;
1240: l_user_exception EXCEPTION;
1241:
1242: BEGIN