DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACTDELVMETHOD_PVT

Line 1989: l_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;

1985: l_return_status VARCHAR2 (1);
1986: x_msg_count NUMBER;
1987: l_msg_data VARCHAR2 (512);
1988: l_act_deliv_method_id NUMBER;
1989: l_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;
1990: temp_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;
1991: l_lookup_meaning VARCHAR2 (80);
1992:
1993: CURSOR deliv_method_cur

Line 1990: temp_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;

1986: x_msg_count NUMBER;
1987: l_msg_data VARCHAR2 (512);
1988: l_act_deliv_method_id NUMBER;
1989: l_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;
1990: temp_deliv_methods_rec ams_actdelvmethod_pvt.act_delvmethod_rec_type;
1991: l_lookup_meaning VARCHAR2 (80);
1992:
1993: CURSOR deliv_method_cur
1994: IS

Line 2046: ams_actdelvmethod_pvt.create_act_delvmethod (

2042: l_return_status := NULL;
2043: x_msg_count := 0;
2044: l_msg_data := NULL;
2045: l_act_deliv_method_id := 0;
2046: ams_actdelvmethod_pvt.create_act_delvmethod (
2047: p_api_version => l_api_version,
2048: p_init_msg_list => fnd_api.g_true,
2049: x_return_status => l_return_status,
2050: x_msg_count => x_msg_count,