DBA Data[Home] [Help]

APPS.IGS_FI_CREDITS_PKG dependencies on IGF_LOOKUPS_VIEW

Line 278: || and igf_lookups_view removed.

274: || shtatiko 09-DEC-2002 Added condition for source_transaction_type.
275: || vvutukur 17-Aug-2002 Removed call to igs_fi_subaccts_pkg.get_pk_for_validation and
276: || related code as part of subaccount.
277: || smadathi 10-Jun-2002 Bug 2404523. The row share table lock on the table hz_parties
278: || and igf_lookups_view removed.
279: || sykrishn 8-FEB-2002 Removed get pk for validation
280: || with igs_lookups_view for credit source
281: || and introdiced linek with IGF_LOOKUPS_VIEW - 2191470
282: SFCR020

Line 281: || and introdiced linek with IGF_LOOKUPS_VIEW - 2191470

277: || smadathi 10-Jun-2002 Bug 2404523. The row share table lock on the table hz_parties
278: || and igf_lookups_view removed.
279: || sykrishn 8-FEB-2002 Removed get pk for validation
280: || with igs_lookups_view for credit source
281: || and introdiced linek with IGF_LOOKUPS_VIEW - 2191470
282: SFCR020
283: || SMVK 04-Feb-2002 Checking included for
284: || Four parameters awd_yr_cal_type
285: || awd_yr_ci_sequence_number

Line 302: FROM igf_lookups_view

298:
299:
300: CURSOR cur_igf_lookup IS
301: SELECT rowid
302: FROM igf_lookups_view
303: WHERE lookup_type = 'IGF_AW_FED_FUND'
304: AND lookup_code = new_references.credit_source;
305:
306: