DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_RENEW_UTIL_PUB

Line 1103: oks_renew_util_pub.get_renew_rules

1099: x_upd_tbl (1).ID := p_reproc_line_rec.ID;
1100: RAISE g_exception_halt_validation;
1101: END IF;
1102:
1103: oks_renew_util_pub.get_renew_rules
1104: (p_api_version => 1.0,
1105: p_init_msg_list => 'T',
1106: x_return_status => l_return_status,
1107: x_msg_count => l_msg_count,

Line 1171: oks_renew_util_pub.get_period_defaults

1167: (p_reproc_line_rec.order_line_id,
1168: l_renewal_rec
1169: );
1170: --mmadhavi added following logic for Partial Periods Computation
1171: oks_renew_util_pub.get_period_defaults
1172: (p_hdr_id => NULL,
1173: p_org_id => l_k_header_rec.authoring_org_id,
1174: x_period_type => l_period_type,
1175: x_period_start => l_period_start,