DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on OKS_ENTITLEMENTS_PUB

Line 524: X_ENT_CONTRACTS OUT NOCOPY Oks_Entitlements_Pub.GET_CONTOP_TBL,

520: P_SEVERITY_ID IN NUMBER DEFAULT NULL,
521: P_TIME_ZONE_ID IN NUMBER DEFAULT NULL,
522: P_CALC_RESPTIME_FLAG IN VARCHAR2 DEFAULT NULL,
523: --End forwardporting bug fix for 2806199,2806661,2802141 By Vijay
524: X_ENT_CONTRACTS OUT NOCOPY Oks_Entitlements_Pub.GET_CONTOP_TBL,
525: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
526: X_MSG_COUNT OUT NOCOPY NUMBER,
527: X_MSG_DATA OUT NOCOPY VARCHAR2
528: )

Line 532: l_input_param_rec Oks_Entitlements_Pub.get_contin_rec;

528: )
529: IS
530: --
531: l_api_name VARCHAR2(30) := 'GET_ENTITLEMENTS';
532: l_input_param_rec Oks_Entitlements_Pub.get_contin_rec;
533: l_api_version_number CONSTANT NUMBER := 1.0;
534: --
535: BEGIN
536: --

Line 578: Oks_Entitlements_Pub.GET_CONTRACTS

574: -- If the validate_flag is 'Y' then only the valid contract lines as of
575: -- 'request_date' are returned. If the validate_flag is 'N' then
576: -- all the contract lines - valid and invalid- are returned.
577: --
578: Oks_Entitlements_Pub.GET_CONTRACTS
579: (p_api_version => p_api_version_number,
580: p_init_msg_list => p_init_msg_list,
581: p_inp_rec => l_input_param_rec,
582: x_return_status => x_return_status,

Line 1538: -- calls oks_entitlements_pub.get_react_resolve_by

1534: -- Version : Current version 1.0
1535: -- Initial Version 1.0
1536: --
1537: -- Description : rfieldma: 5355051
1538: -- calls oks_entitlements_pub.get_react_resolve_by
1539: -- return resolve_by_date
1540: --
1541: --
1542: --

Line 1562: subtype r_input_rec is oks_entitlements_pub.grt_inp_rec_type;

1558:
1559: -- define variables
1560: l_server_timezone_id NUMBER;
1561:
1562: subtype r_input_rec is oks_entitlements_pub.grt_inp_rec_type;
1563: l_inp_rec r_input_rec;
1564:
1565: subtype r_react_rec is oks_entitlements_pub.rcn_rsn_rec_type;
1566: l_react_rec r_react_rec;

Line 1565: subtype r_react_rec is oks_entitlements_pub.rcn_rsn_rec_type;

1561:
1562: subtype r_input_rec is oks_entitlements_pub.grt_inp_rec_type;
1563: l_inp_rec r_input_rec;
1564:
1565: subtype r_react_rec is oks_entitlements_pub.rcn_rsn_rec_type;
1566: l_react_rec r_react_rec;
1567:
1568: subtype r_resolve_rec is oks_entitlements_pub.rcn_rsn_rec_type;
1569: l_resolve_rec r_resolve_rec;

Line 1568: subtype r_resolve_rec is oks_entitlements_pub.rcn_rsn_rec_type;

1564:
1565: subtype r_react_rec is oks_entitlements_pub.rcn_rsn_rec_type;
1566: l_react_rec r_react_rec;
1567:
1568: subtype r_resolve_rec is oks_entitlements_pub.rcn_rsn_rec_type;
1569: l_resolve_rec r_resolve_rec;
1570:
1571:
1572: BEGIN

Line 1607: l_inp_rec.category_rcn_rsn := OKS_ENTITLEMENTS_PUB.G_RESOLUTION;

1603: l_inp_rec.business_process_id := p_bus_proc_id ;
1604: l_inp_rec.severity_id := p_severity_id ;
1605: l_inp_rec.request_date := p_request_date ;
1606: l_inp_rec.time_zone_id := l_server_timezone_id ;
1607: l_inp_rec.category_rcn_rsn := OKS_ENTITLEMENTS_PUB.G_RESOLUTION;
1608: l_inp_rec.compute_option := OKS_ENTITLEMENTS_PUB.G_BEST ;
1609: l_inp_rec.dates_in_input_tz := 'N' ;
1610:
1611: oks_entitlements_pub.get_react_resolve_by_time(

Line 1608: l_inp_rec.compute_option := OKS_ENTITLEMENTS_PUB.G_BEST ;

1604: l_inp_rec.severity_id := p_severity_id ;
1605: l_inp_rec.request_date := p_request_date ;
1606: l_inp_rec.time_zone_id := l_server_timezone_id ;
1607: l_inp_rec.category_rcn_rsn := OKS_ENTITLEMENTS_PUB.G_RESOLUTION;
1608: l_inp_rec.compute_option := OKS_ENTITLEMENTS_PUB.G_BEST ;
1609: l_inp_rec.dates_in_input_tz := 'N' ;
1610:
1611: oks_entitlements_pub.get_react_resolve_by_time(
1612: p_api_version => 1.0,

Line 1611: oks_entitlements_pub.get_react_resolve_by_time(

1607: l_inp_rec.category_rcn_rsn := OKS_ENTITLEMENTS_PUB.G_RESOLUTION;
1608: l_inp_rec.compute_option := OKS_ENTITLEMENTS_PUB.G_BEST ;
1609: l_inp_rec.dates_in_input_tz := 'N' ;
1610:
1611: oks_entitlements_pub.get_react_resolve_by_time(
1612: p_api_version => 1.0,
1613: p_init_msg_list => FND_API.G_TRUE,
1614: p_inp_rec => l_inp_rec,
1615: x_return_status => x_return_status,