DBA Data[Home] [Help]

APPS.ARP_UTIL dependencies on JTF_RS_INTEGRATION_PUB

Line 2011: -- jtf_rs_integration_pub.get_default_sales_group

2007: debug( 'arp_util.get_default_salesgroup()+' );
2008: END IF;
2009:
2010: -- here, we need to make the call to the JTF function
2011: -- jtf_rs_integration_pub.get_default_sales_group
2012: -- Initially, this is just a stub returning NULL but
2013: -- going forward (DBI 6.1 onwards), it will pick up
2014: -- the default Sales Group
2015: BEGIN

Line 2016: l_group_id := jtf_rs_integration_pub.get_default_sales_group(

2012: -- Initially, this is just a stub returning NULL but
2013: -- going forward (DBI 6.1 onwards), it will pick up
2014: -- the default Sales Group
2015: BEGIN
2016: l_group_id := jtf_rs_integration_pub.get_default_sales_group(
2017: p_salesrep_id, p_org_id, p_date);
2018: EXCEPTION
2019: WHEN OTHERS THEN
2020: l_group_id := null;