DBA Data[Home] [Help]

APPS.JTF_RS_RES_SSWA_PUB dependencies on MO_GLOBAL

Line 477: -- below call to MO_GLOBAL init is added for MOAC changes.

473: if (p_called_from = 'CRT_BULK_IMPORT') then
474: l_salesrep_number := l_employee_number;
475: end if;
476:
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 (

Line 480: MO_GLOBAL.init('JTF');

476:
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

Line 1889: -- below call to MO_GLOBAL init is added for MOAC changes.

1885: elsif(( p_sales_credit_type_id is not null)
1886: AND (p_sales_credit_type_id <> fnd_api.g_miss_num))
1887: then
1888: --create srp
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

Line 1892: MO_GLOBAL.init('JTF');

1888: --create srp
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,