DBA Data[Home] [Help]

APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_SALESREPS_PUB

Line 1695: JTF_RS_SALESREPS_PUB.create_salesrep

1691: p_msg_level=>fnd_log.level_statement);
1692: END IF;
1693:
1694: --Call the Public procedure to Create Salesrep.
1695: JTF_RS_SALESREPS_PUB.create_salesrep
1696: (p_api_version => 1.0,
1697: p_init_msg_list => l_init_msg_list,
1698: p_commit => l_commit,
1699: p_resource_id => l_resource_id,

Line 2050: JTF_RS_SALESREPS_PUB.update_salesrep

2046: p_msg_level=>fnd_log.level_statement);
2047: END IF;
2048:
2049: --Call the Public procedure to Update Salesrep.
2050: JTF_RS_SALESREPS_PUB.update_salesrep
2051: (p_api_version => 1.0,
2052: p_init_msg_list => l_init_msg_list,
2053: p_commit => l_commit,
2054: p_sales_credit_type_id => l_sales_credit_type_id,