DBA Data[Home] [Help]

APPS.JTF_RS_RES_SSWA_PUB dependencies on JTF_RS_SALESREPS_PUB

Line 481: jtf_rs_salesreps_pub.create_salesrep (

477: -- below call to MO_GLOBAL init is added for MOAC changes.
478: -- If we didn't pass a value for org id in create_salesrep API,
479: -- it will call the get_valid_org procedure and get the default operating unit.
480: MO_GLOBAL.init('JTF');
481: jtf_rs_salesreps_pub.create_salesrep (
482: p_api_version => p_api_version
483: ,p_init_msg_list => p_init_msg_list
484: ,p_commit => p_commit
485: ,p_resource_id => l_resource_id

Line 1871: jtf_rs_salesreps_pub.update_salesrep

1867: fetch salesrep_cur into salesrep_rec;
1868: if(salesrep_cur%found)
1869: then
1870: l_srp_object_version_number := salesrep_rec.object_version_number;
1871: jtf_rs_salesreps_pub.update_salesrep
1872: (P_API_VERSION => 1.0,
1873: P_SALESREP_ID => salesrep_rec.salesrep_id,
1874: P_SALES_CREDIT_TYPE_ID => p_sales_credit_type_id,
1875: P_NAME => ok_resource_name,

Line 1893: jtf_rs_salesreps_pub.create_salesrep

1889: -- below call to MO_GLOBAL init is added for MOAC changes.
1890: -- If we didn't pass a value for org id in create_salesrep API,
1891: -- it will call the get_valid_org procedure and get the default operating unit.
1892: MO_GLOBAL.init('JTF');
1893: jtf_rs_salesreps_pub.create_salesrep
1894: (P_API_VERSION => 1.0,
1895: P_RESOURCE_ID => p_resource_id,
1896: P_SALES_CREDIT_TYPE_ID => p_sales_credit_type_id,
1897: p_salesrep_number => p_salesrep_number,