DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_BALANCE_RULES_PKG

Line 1592: IGS_FI_BALANCE_RULES_PKG.update_row ( x_rowid => l_rowid,

1588: -- to be p_conv_st_date if the holds calculation process above completed without any errors
1589: OPEN c_rule_update(l_balance_rule_id);
1590: FETCH c_rule_update INTO l_rowid;
1591: CLOSE c_rule_update;
1592: IGS_FI_BALANCE_RULES_PKG.update_row ( x_rowid => l_rowid,
1593: x_balance_rule_id => l_balance_rule_id,
1594: x_balance_name => 'HOLDS',
1595: x_version_number => l_version_number,
1596: x_last_conversion_date => p_conv_st_date,