DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on JTF_RS_INTEGRATION_PUB

Line 2622: l_salesgroup_id := jtf_rs_integration_pub.get_default_sales_group

2618: fnd_file.put_line(fnd_file.log,'l_salesrep_id value'||l_salesrep_id);
2619: If l_salesrep_id Is Not Null And fnd_profile.VALUE('OKS_VENDOR_CONTACT_ROLE' ) IS NOT NULL THEN
2620: l_salesgroup_id := Null;
2621: fnd_file.put_line(fnd_file.log,'l_salesrep_id not nul');
2622: l_salesgroup_id := jtf_rs_integration_pub.get_default_sales_group
2623: (p_salesrep_id => l_salesrep_id,
2624: p_org_id => hdr_authoring_org_id (i),
2625: p_date => hdr_start_date (i));
2626: