DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_RENEW_UTIL_PUB

Line 1017: oks_renew_util_pub.get_renew_rules

1013: x_upd_tbl (1).ID := p_reproc_line_rec.ID;
1014: RAISE g_exception_halt_validation;
1015: END IF;
1016:
1017: oks_renew_util_pub.get_renew_rules
1018: (p_api_version => 1.0,
1019: p_init_msg_list => 'T',
1020: x_return_status => l_return_status,
1021: x_msg_count => l_msg_count,

Line 1085: oks_renew_util_pub.get_period_defaults

1081: (p_reproc_line_rec.order_line_id,
1082: l_renewal_rec
1083: );
1084: --mmadhavi added following logic for Partial Periods Computation
1085: oks_renew_util_pub.get_period_defaults
1086: (p_hdr_id => NULL,
1087: p_org_id => l_k_header_rec.authoring_org_id,
1088: x_period_type => l_period_type,
1089: x_period_start => l_period_start,