DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on ARP_BAL_UTIL

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

6153:
6154: -- get the available commitmenb balance before saving the line.
6155: IF NOT (p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
6156: p_x_line_rec.split_from_line_id IS NOT NULL) THEN
6157: oe_globals.g_commitment_balance := ARP_BAL_UTIL.GET_COMMITMENT_BALANCE(
6158: p_x_line_rec.commitment_id
6159: ,l_class
6160: ,l_so_source_code
6161: ,l_oe_installed_flag );