DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on ARP_BAL_UTIL

Line 5033: oe_globals.g_commitment_balance := ARP_BAL_UTIL.GET_COMMITMENT_BALANCE(

5029:
5030: -- get the available commitmenb balance before saving the line.
5031: IF NOT (p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
5032: p_x_line_rec.split_from_line_id IS NOT NULL) THEN
5033: oe_globals.g_commitment_balance := ARP_BAL_UTIL.GET_COMMITMENT_BALANCE(
5034: p_x_line_rec.commitment_id
5035: ,l_class
5036: ,l_so_source_code
5037: ,l_oe_installed_flag );