DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_GEN_007

Line 62: -- function igs_fi_gen_007.validate_person to validate person

58: -- the report, instead added to the igs_ge_msg.stack to add into the stack and in the report
59: -- fnd_message.get is used to unwound the stack
60: --sarakshi 3-Apr-2002 added code according to sfcr018,bug:2293676, 'vchappid' incorporated review comments
61: --sarakshi 27-Feb-2002 bug:2238362, changed the view igs_pe_person_v to igs_fi_parties_v and used the
62: -- function igs_fi_gen_007.validate_person to validate person
63: --jbegum 20-Feb-02 As part Enh bug#2228910
64: -- Removed source_transaction_id column from call to
65: -- IGS_FI_INV_INT_PKG.update_row
66: -- Removed the source_transaction_id from Cursor CUR_CHARGE_TRANS_UPD

Line 1329: IF igs_fi_gen_007.validate_person(p_n_person_id) = 'N' THEN

1325: IF (p_n_person_id IS NOT NULL) THEN
1326: --
1327: -- Check if the Person ID is valid.
1328: -- Bug 5178298 - changed the message to IGS_FI_INVALID_PARAMETER
1329: IF igs_fi_gen_007.validate_person(p_n_person_id) = 'N' THEN
1330: fnd_message.set_name('IGS','IGS_FI_INVALID_PARAMETER');
1331: fnd_message.set_token('PARAMETER',igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','PARTY'));
1332: igs_ge_msg_stack.add;
1333: p_c_status := 'FALSE';