DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on JTF_RS_INTEGRATION_PUB

Line 2627: l_salesgroup_id := jtf_rs_integration_pub.get_default_sales_group

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