DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGF_AW_GEN

Line 320: to generic function igf_aw_gen.lookup_desc to fetch the meaning of a lookup.

316: Known limitations,enhancements,remarks:
317: Change History
318: Who When What
319: vvutukur 08-Apr-2003 Enh#2831554.Internal Credits API Build. Removed cursor cur_desc and its usage and replaced with a call
320: to generic function igf_aw_gen.lookup_desc to fetch the meaning of a lookup.
321: ********************************************************************************************** */
322:
323: BEGIN
324: IF p_code IS NULL THEN

Line 327: RETURN igf_aw_gen.lookup_desc(l_type => p_type,

323: BEGIN
324: IF p_code IS NULL THEN
325: RETURN NULL;
326: ELSE
327: RETURN igf_aw_gen.lookup_desc(l_type => p_type,
328: l_code => p_code
329: );
330: END IF ;
331: END lookup_desc;

Line 993: fnd_message.set_token('CR_SOURCE',igf_aw_gen.lookup_desc('IGF_AW_FED_FUND',p_rec_disb.fed_fund_code));

989: IF l_status = 'S' THEN
990: IF NOT igs_fi_crdapi_util.validate_igf_lkp( p_v_lookup_type => 'IGF_AW_FED_FUND',
991: p_v_lookup_code => p_rec_disb.fed_fund_code) THEN
992: fnd_message.set_name('IGS','IGS_FI_CAPI_CRD_SRC_NULL');
993: fnd_message.set_token('CR_SOURCE',igf_aw_gen.lookup_desc('IGF_AW_FED_FUND',p_rec_disb.fed_fund_code));
994: l_error_desc := fnd_message.get;
995: l_status := 'E';
996: END IF;
997: END IF;

Line 1487: igf_aw_gen.set_org_id(NULL) ; -- sets the orgid

1483: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
1484:
1485: BEGIN
1486:
1487: igf_aw_gen.set_org_id(NULL) ; -- sets the orgid
1488: retcode := 0 ; -- initialises the out NOCOPY parameter to 0
1489:
1490: --Logging the parameters
1491: --Getting the person_number from base_id