DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_LOOKUPS_VIEW

Line 91: p_c_balance_type IN igs_lookups_view.lookup_code%TYPE ,

87: FUNCTION retro_update_balance
88: (
89: p_n_party_id IN igs_fi_balances.party_id%TYPE ,
90: /* Removed th parameter p_n_subaccount_id, as a part of Bug # 2564643 */
91: p_c_balance_type IN igs_lookups_view.lookup_code%TYPE ,
92: p_d_balance_date IN igs_fi_balances.balance_date%TYPE ,
93: p_n_amount IN igs_fi_inv_int.invoice_amount%TYPE ,
94: p_c_message OUT NOCOPY fnd_new_messages.message_name%TYPE
95: )

Line 389: p_bal_type IN igs_lookups_view.lookup_code%TYPE ,

385: PROCEDURE calc_balances ( errbuf OUT NOCOPY VARCHAR2 ,
386: retcode OUT NOCOPY NUMBER ,
387: p_person_id IN igs_pe_person_v.person_id%TYPE ,
388: p_person_id_grp IN igs_pe_persid_group_v.group_id%TYPE ,
389: p_bal_type IN igs_lookups_view.lookup_code%TYPE ,
390: p_bal_date IN VARCHAR2 ,
391: p_org_id IN NUMBER
392: ) IS
393:

Line 435: p_balance_type IN igs_lookups_view.lookup_code%TYPE ,

431: END calc_balances ; /* procedure ends here */
432:
433: /**************The below procedure added as part of SFCR 10 **************/
434: PROCEDURE update_balances ( p_party_id IN igs_fi_balances.party_id%TYPE ,
435: p_balance_type IN igs_lookups_view.lookup_code%TYPE ,
436: p_balance_date IN igs_fi_balances.balance_date%TYPE ,
437: p_amount IN igs_fi_inv_int.invoice_amount%TYPE ,
438: p_source IN VARCHAR2 ,
439: p_source_id IN NUMBER ,

Line 1075: p_c_balance_type IN igs_lookups_view.lookup_code%TYPE ,

1071: FUNCTION retro_update_balance
1072: (
1073: p_n_party_id IN igs_fi_balances.party_id%TYPE ,
1074: /* Removed the parameter p_subaccount_id as a part of Bug # 2564643 */
1075: p_c_balance_type IN igs_lookups_view.lookup_code%TYPE ,
1076: p_d_balance_date IN igs_fi_balances.balance_date%TYPE ,
1077: p_n_amount IN igs_fi_inv_int.invoice_amount%TYPE ,
1078: p_c_message OUT NOCOPY fnd_new_messages.message_name%TYPE
1079: )