DBA Data[Home] [Help]

APPS.IGS_FI_CREDITS_PKG dependencies on HZ_PARTIES

Line 277: || smadathi 10-Jun-2002 Bug 2404523. The row share table lock on the table hz_parties

273: || vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build. Added check for the column receipt_lockbox_number in parent table.
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

Line 293: FROM hz_parties

289: */
290:
291: CURSOR cur_rowid IS
292: SELECT rowid
293: FROM hz_parties
294: WHERE party_id = new_references.party_id;
295:
296:
297: lv_rowid cur_rowid%RowType;