DBA Data[Home] [Help]

APPS.AMV_CHANNEL_GRP_W dependencies on AMV_CHANNEL_PVT_W

Line 879: amv_channel_pvt_w.rosetta_table_copy_in_p1(ddp_content_type_id_array, p_content_type_id_array);

875:
876:
877:
878:
879: amv_channel_pvt_w.rosetta_table_copy_in_p1(ddp_content_type_id_array, p_content_type_id_array);
880:
881: -- here's the delegated call to the old PL/SQL routine
882: amv_channel_grp.set_channelcontenttypes(p_api_version,
883: p_init_msg_list,

Line 963: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_content_type_id_array, x_content_type_id_array);

959:
960:
961:
962:
963: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_content_type_id_array, x_content_type_id_array);
964: end;
965:
966: procedure set_channelperspectives(p_api_version NUMBER
967: , p_init_msg_list VARCHAR2

Line 997: amv_channel_pvt_w.rosetta_table_copy_in_p1(ddp_perspective_id_array, p_perspective_id_array);

993:
994:
995:
996:
997: amv_channel_pvt_w.rosetta_table_copy_in_p1(ddp_perspective_id_array, p_perspective_id_array);
998:
999: -- here's the delegated call to the old PL/SQL routine
1000: amv_channel_grp.set_channelperspectives(p_api_version,
1001: p_init_msg_list,

Line 1081: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_perspective_id_array, x_perspective_id_array);

1077:
1078:
1079:
1080:
1081: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_perspective_id_array, x_perspective_id_array);
1082: end;
1083:
1084: procedure set_channelitemtypes(p_api_version NUMBER
1085: , p_init_msg_list VARCHAR2

Line 1115: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_item_type_array, p_item_type_array);

1111:
1112:
1113:
1114:
1115: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_item_type_array, p_item_type_array);
1116:
1117: -- here's the delegated call to the old PL/SQL routine
1118: amv_channel_grp.set_channelitemtypes(p_api_version,
1119: p_init_msg_list,

Line 1199: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_item_type_array, x_item_type_array);

1195:
1196:
1197:
1198:
1199: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_item_type_array, x_item_type_array);
1200: end;
1201:
1202: procedure set_channelkeywords(p_api_version NUMBER
1203: , p_init_msg_list VARCHAR2

Line 1233: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_keywords_array, p_keywords_array);

1229:
1230:
1231:
1232:
1233: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_keywords_array, p_keywords_array);
1234:
1235: -- here's the delegated call to the old PL/SQL routine
1236: amv_channel_grp.set_channelkeywords(p_api_version,
1237: p_init_msg_list,

Line 1317: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_keywords_array, x_keywords_array);

1313:
1314:
1315:
1316:
1317: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_keywords_array, x_keywords_array);
1318: end;
1319:
1320: procedure set_channelauthors(p_api_version NUMBER
1321: , p_init_msg_list VARCHAR2

Line 1351: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_authors_array, p_authors_array);

1347:
1348:
1349:
1350:
1351: amv_channel_pvt_w.rosetta_table_copy_in_p0(ddp_authors_array, p_authors_array);
1352:
1353: -- here's the delegated call to the old PL/SQL routine
1354: amv_channel_grp.set_channelauthors(p_api_version,
1355: p_init_msg_list,

Line 1435: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_authors_array, x_authors_array);

1431:
1432:
1433:
1434:
1435: amv_channel_pvt_w.rosetta_table_copy_out_p0(ddx_authors_array, x_authors_array);
1436: end;
1437:
1438: procedure get_itemsperchannel(p_api_version NUMBER
1439: , p_init_msg_list VARCHAR2

Line 1512: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_document_id_array, x_document_id_array);

1508: p11_a0 := rosetta_g_miss_num_map(ddx_subset_return_rec.returned_record_count);
1509: p11_a1 := rosetta_g_miss_num_map(ddx_subset_return_rec.next_record_position);
1510: p11_a2 := rosetta_g_miss_num_map(ddx_subset_return_rec.total_record_count);
1511:
1512: amv_channel_pvt_w.rosetta_table_copy_out_p1(ddx_document_id_array, x_document_id_array);
1513: end;
1514:
1515: procedure find_channels(p_api_version NUMBER
1516: , p_init_msg_list VARCHAR2

Line 1713: amv_channel_pvt_w.rosetta_table_copy_out_p5(ddx_content_chan_array, p11_a0

1709: p10_a0 := rosetta_g_miss_num_map(ddx_subset_return_rec.returned_record_count);
1710: p10_a1 := rosetta_g_miss_num_map(ddx_subset_return_rec.next_record_position);
1711: p10_a2 := rosetta_g_miss_num_map(ddx_subset_return_rec.total_record_count);
1712:
1713: amv_channel_pvt_w.rosetta_table_copy_out_p5(ddx_content_chan_array, p11_a0
1714: , p11_a1
1715: , p11_a2
1716: , p11_a3
1717: , p11_a4