DBA Data[Home] [Help]

APPS.AMV_CHANNEL_GRP_W dependencies on AMV_CHANNEL_PVT

Line 77: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;

73: , p8_a42 VARCHAR2 := fnd_api.g_miss_char
74: )
75:
76: as
77: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;
78: ddindx binary_integer; indx binary_integer;
79: begin
80:
81: -- copy data to the local IN or IN-OUT args, if any

Line 214: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;

210: , p8_a42 VARCHAR2 := fnd_api.g_miss_char
211: )
212:
213: as
214: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;
215: ddindx binary_integer; indx binary_integer;
216: begin
217:
218: -- copy data to the local IN or IN-OUT args, if any

Line 351: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;

347: , p8_a42 VARCHAR2 := fnd_api.g_miss_char
348: )
349:
350: as
351: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;
352: ddindx binary_integer; indx binary_integer;
353: begin
354:
355: -- copy data to the local IN or IN-OUT args, if any

Line 489: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;

485: , p9_a42 VARCHAR2 := fnd_api.g_miss_char
486: )
487:
488: as
489: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;
490: ddindx binary_integer; indx binary_integer;
491: begin
492:
493: -- copy data to the local IN or IN-OUT args, if any

Line 628: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;

624: , p8_a42 VARCHAR2 := fnd_api.g_miss_char
625: )
626:
627: as
628: ddp_channel_record amv_channel_pvt.amv_channel_obj_type;
629: ddindx binary_integer; indx binary_integer;
630: begin
631:
632: -- copy data to the local IN or IN-OUT args, if any

Line 763: ddx_channel_record amv_channel_pvt.amv_channel_obj_type;

759: , p10_a42 out nocopy VARCHAR2
760: )
761:
762: as
763: ddx_channel_record amv_channel_pvt.amv_channel_obj_type;
764: ddindx binary_integer; indx binary_integer;
765: begin
766:
767: -- copy data to the local IN or IN-OUT args, if any

Line 863: ddp_content_type_id_array amv_channel_pvt.amv_number_varray_type;

859: , p_content_type_id_array JTF_NUMBER_TABLE
860: )
861:
862: as
863: ddp_content_type_id_array amv_channel_pvt.amv_number_varray_type;
864: ddindx binary_integer; indx binary_integer;
865: begin
866:
867: -- copy data to the local IN or IN-OUT args, if any

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 923: ddx_content_type_id_array amv_channel_pvt.amv_number_varray_type;

919: , x_content_type_id_array out nocopy JTF_NUMBER_TABLE
920: )
921:
922: as
923: ddx_content_type_id_array amv_channel_pvt.amv_number_varray_type;
924: ddindx binary_integer; indx binary_integer;
925: begin
926:
927: -- copy data to the local IN or IN-OUT args, if any

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 981: ddp_perspective_id_array amv_channel_pvt.amv_number_varray_type;

977: , p_perspective_id_array JTF_NUMBER_TABLE
978: )
979:
980: as
981: ddp_perspective_id_array amv_channel_pvt.amv_number_varray_type;
982: ddindx binary_integer; indx binary_integer;
983: begin
984:
985: -- copy data to the local IN or IN-OUT args, if any

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 1041: ddx_perspective_id_array amv_channel_pvt.amv_number_varray_type;

1037: , x_perspective_id_array out nocopy JTF_NUMBER_TABLE
1038: )
1039:
1040: as
1041: ddx_perspective_id_array amv_channel_pvt.amv_number_varray_type;
1042: ddindx binary_integer; indx binary_integer;
1043: begin
1044:
1045: -- copy data to the local IN or IN-OUT args, if any

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 1099: ddp_item_type_array amv_channel_pvt.amv_char_varray_type;

1095: , p_item_type_array JTF_VARCHAR2_TABLE_4000
1096: )
1097:
1098: as
1099: ddp_item_type_array amv_channel_pvt.amv_char_varray_type;
1100: ddindx binary_integer; indx binary_integer;
1101: begin
1102:
1103: -- copy data to the local IN or IN-OUT args, if any

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 1159: ddx_item_type_array amv_channel_pvt.amv_char_varray_type;

1155: , x_item_type_array out nocopy JTF_VARCHAR2_TABLE_4000
1156: )
1157:
1158: as
1159: ddx_item_type_array amv_channel_pvt.amv_char_varray_type;
1160: ddindx binary_integer; indx binary_integer;
1161: begin
1162:
1163: -- copy data to the local IN or IN-OUT args, if any

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 1217: ddp_keywords_array amv_channel_pvt.amv_char_varray_type;

1213: , p_keywords_array JTF_VARCHAR2_TABLE_4000
1214: )
1215:
1216: as
1217: ddp_keywords_array amv_channel_pvt.amv_char_varray_type;
1218: ddindx binary_integer; indx binary_integer;
1219: begin
1220:
1221: -- copy data to the local IN or IN-OUT args, if any

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 1277: ddx_keywords_array amv_channel_pvt.amv_char_varray_type;

1273: , x_keywords_array out nocopy JTF_VARCHAR2_TABLE_4000
1274: )
1275:
1276: as
1277: ddx_keywords_array amv_channel_pvt.amv_char_varray_type;
1278: ddindx binary_integer; indx binary_integer;
1279: begin
1280:
1281: -- copy data to the local IN or IN-OUT args, if any

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 1335: ddp_authors_array amv_channel_pvt.amv_char_varray_type;

1331: , p_authors_array JTF_VARCHAR2_TABLE_4000
1332: )
1333:
1334: as
1335: ddp_authors_array amv_channel_pvt.amv_char_varray_type;
1336: ddindx binary_integer; indx binary_integer;
1337: begin
1338:
1339: -- copy data to the local IN or IN-OUT args, if any

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 1395: ddx_authors_array amv_channel_pvt.amv_char_varray_type;

1391: , x_authors_array out nocopy JTF_VARCHAR2_TABLE_4000
1392: )
1393:
1394: as
1395: ddx_authors_array amv_channel_pvt.amv_char_varray_type;
1396: ddindx binary_integer; indx binary_integer;
1397: begin
1398:
1399: -- copy data to the local IN or IN-OUT args, if any

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 1458: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;

1454: , p10_a2 VARCHAR2 := fnd_api.g_miss_char
1455: )
1456:
1457: as
1458: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1459: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1460: ddx_document_id_array amv_channel_pvt.amv_number_varray_type;
1461: ddindx binary_integer; indx binary_integer;
1462: begin

Line 1459: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;

1455: )
1456:
1457: as
1458: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1459: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1460: ddx_document_id_array amv_channel_pvt.amv_number_varray_type;
1461: ddindx binary_integer; indx binary_integer;
1462: begin
1463:

Line 1460: ddx_document_id_array amv_channel_pvt.amv_number_varray_type;

1456:
1457: as
1458: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1459: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1460: ddx_document_id_array amv_channel_pvt.amv_number_varray_type;
1461: ddindx binary_integer; indx binary_integer;
1462: begin
1463:
1464: -- copy data to the local IN or IN-OUT args, if any

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 1618: ddp_criteria_rec amv_channel_pvt.amv_channel_obj_type;

1614: , p9_a2 VARCHAR2 := fnd_api.g_miss_char
1615: )
1616:
1617: as
1618: ddp_criteria_rec amv_channel_pvt.amv_channel_obj_type;
1619: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1620: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1621: ddx_content_chan_array amv_channel_pvt.amv_channel_varray_type;
1622: ddindx binary_integer; indx binary_integer;

Line 1619: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;

1615: )
1616:
1617: as
1618: ddp_criteria_rec amv_channel_pvt.amv_channel_obj_type;
1619: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1620: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1621: ddx_content_chan_array amv_channel_pvt.amv_channel_varray_type;
1622: ddindx binary_integer; indx binary_integer;
1623: begin

Line 1620: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;

1616:
1617: as
1618: ddp_criteria_rec amv_channel_pvt.amv_channel_obj_type;
1619: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1620: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1621: ddx_content_chan_array amv_channel_pvt.amv_channel_varray_type;
1622: ddindx binary_integer; indx binary_integer;
1623: begin
1624:

Line 1621: ddx_content_chan_array amv_channel_pvt.amv_channel_varray_type;

1617: as
1618: ddp_criteria_rec amv_channel_pvt.amv_channel_obj_type;
1619: ddp_subset_request_rec amv_channel_pvt.amv_request_obj_type;
1620: ddx_subset_return_rec amv_channel_pvt.amv_return_obj_type;
1621: ddx_content_chan_array amv_channel_pvt.amv_channel_varray_type;
1622: ddindx binary_integer; indx binary_integer;
1623: begin
1624:
1625: -- copy data to the local IN or IN-OUT args, if any

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