DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_INV_INT

Line 55: p_amount IN igs_fi_inv_int.invoice_amount%TYPE ,

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,
58: p_message_name OUT NOCOPY fnd_new_messages.message_name%TYPE
59: ) ;