DBA Data[Home] [Help]

APPS.GMO_OPER_CERT_PUB dependencies on GMO_OPER_CERT_PUB

Line 1: PACKAGE BODY gmo_oper_cert_pub AS

1: PACKAGE BODY gmo_oper_cert_pub AS
2: /* $Header: GMOOPCTB.pls 120.3 2011/02/24 12:22:02 srpuri ship $ */
3: g_debug VARCHAR2 (5) := NVL(fnd_profile.VALUE ('AFLOG_LEVEL'),-1);
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GMO_OPER_CERT';
5:

Line 537: GMO_OPER_CERT_PUB.required_Certification(p_user_id =>l_user_id

533: FROM gmo_opert_cert_header
534: Where header_id = l_header_id ;
535:
536: IF l_operator_certificate_id IS NOT NULL THEN
537: GMO_OPER_CERT_PUB.required_Certification(p_user_id =>l_user_id
538: ,p_org_id => l_org_id
539: ,p_header_id => l_header_id
540: ,p_operator_certificate_id =>l_operator_certificate_id
541: ,p_eff_date => l_eff_date

Line 570: END gmo_oper_cert_pub;

566: x_return_status := fnd_api.g_ret_sts_unexp_error;
567:
568: END cert_details;
569:
570: END gmo_oper_cert_pub;