DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_LOOKUPS_VIEW

Line 38: p_bal_type IN igs_lookups_view.lookup_code%TYPE ,

34: retcode OUT NOCOPY NUMBER ,
35: p_person_id IN igs_pe_person_v.person_id%TYPE ,
36: p_person_id_grp IN igs_pe_persid_group_v.group_id%TYPE ,
37: /* Removed the parameter p_subaccount_id as a part of Bug # 2564643 */
38: p_bal_type IN igs_lookups_view.lookup_code%TYPE ,
39: p_bal_date IN VARCHAR2 ,
40: p_org_id IN NUMBER
41: ) ;
42: PROCEDURE calculate_balance(p_person_id IN igs_pe_person_v.person_id%TYPE,

Line 53: p_balance_type IN igs_lookups_view.lookup_code%TYPE ,

49: );
50:
51: PROCEDURE update_balances ( p_party_id IN igs_fi_balances.party_id%TYPE ,
52: /* Removed the parameter p_subaccount_id as a part of Bug # 2564643 */
53: p_balance_type IN igs_lookups_view.lookup_code%TYPE ,
54: p_balance_date IN igs_fi_balances.balance_date%TYPE ,
55: p_amount IN igs_fi_inv_int.invoice_amount%TYPE ,
56: p_source IN VARCHAR2 ,
57: p_source_id IN NUMBER DEFAULT NULL,