DBA Data[Home] [Help]

APPS.ARP_UTIL dependencies on JTF_RS_INTEGRATION_PUB

Line 1952: -- jtf_rs_integration_pub.get_default_sales_group

1948: debug( 'arp_util.get_default_salesgroup()+' );
1949: END IF;
1950:
1951: -- here, we need to make the call to the JTF function
1952: -- jtf_rs_integration_pub.get_default_sales_group
1953: -- Initially, this is just a stub returning NULL but
1954: -- going forward (DBI 6.1 onwards), it will pick up
1955: -- the default Sales Group
1956: BEGIN

Line 1957: l_group_id := jtf_rs_integration_pub.get_default_sales_group(

1953: -- Initially, this is just a stub returning NULL but
1954: -- going forward (DBI 6.1 onwards), it will pick up
1955: -- the default Sales Group
1956: BEGIN
1957: l_group_id := jtf_rs_integration_pub.get_default_sales_group(
1958: p_salesrep_id, p_org_id, p_date);
1959: EXCEPTION
1960: WHEN OTHERS THEN
1961: l_group_id := null;