DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on JTF_RS_INTEGRATION_PUB

Line 3267: jtf_rs_integration_pub.get_default_sales_group

3263: IF l_salesrep_id IS NOT NULL
3264: AND fnd_profile.VALUE ('OKS_VENDOR_CONTACT_ROLE') IS NOT NULL
3265: THEN
3266: l_salesgroup_id :=
3267: jtf_rs_integration_pub.get_default_sales_group
3268: (p_salesrep_id => l_salesrep_id,
3269: p_org_id => okc_context.get_okc_org_id,
3270: p_date => p_k_header_rec.start_date
3271: );