DBA Data[Home] [Help]

APPS.CSM_EMAIL_QUERY_PKG dependencies on OKS_ENTITLEMENTS_PUB

Line 1920: l_inp_rec oks_entitlements_pub.input_rec_ib;

1916:
1917: l_instance_id NUMBER;
1918: l_cont_serive_id NUMBER;
1919:
1920: l_inp_rec oks_entitlements_pub.input_rec_ib;
1921: l_ent_contracts oks_entitlements_pub.output_tbl_ib;
1922: l_msg_count NUMBER;
1923: l_msg_data VARCHAR2(4000);
1924:

Line 1921: l_ent_contracts oks_entitlements_pub.output_tbl_ib;

1917: l_instance_id NUMBER;
1918: l_cont_serive_id NUMBER;
1919:
1920: l_inp_rec oks_entitlements_pub.input_rec_ib;
1921: l_ent_contracts oks_entitlements_pub.output_tbl_ib;
1922: l_msg_count NUMBER;
1923: l_msg_data VARCHAR2(4000);
1924:
1925: l_xml_result CLOB;

Line 1953: oks_entitlements_pub.get_contracts

1949: l_inp_rec.service_line_id := l_cont_serive_id;
1950: l_inp_rec.product_id := l_instance_id;
1951: l_inp_rec.validate_flag := 'N';
1952:
1953: oks_entitlements_pub.get_contracts
1954: ( p_api_version => 1.0,
1955: p_init_msg_list => fnd_api.g_true,
1956: p_inp_rec => l_inp_rec,
1957: x_return_status => x_return_status,

Line 1966: || ' ROOT ERROR: oks_entitlements_pub.get_contracts'

1962:
1963: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1964: x_return_status := FND_API.G_RET_STS_ERROR;
1965: x_error_message := 'Error in GET_ENTITLEMENTS :'
1966: || ' ROOT ERROR: oks_entitlements_pub.get_contracts'
1967: || ' for serial number : ' || p_serial_number
1968: || ' Details:' || l_msg_data;
1969:
1970: CSM_UTIL_PKG.LOG( x_error_message,g_object_name, FND_LOG.LEVEL_ERROR);