DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on FND_API

Line 359: IF l_return_status = FND_API.G_RET_STS_SUCCESS

355: p_cplv_tbl => l_cplv_tbl_in,
356: x_cplv_tbl => l_cplv_tbl_out);
357: -- Bug 5227077 --
358: x_return_status :=l_return_status;
359: IF l_return_status = FND_API.G_RET_STS_SUCCESS
360: THEN
361: IF l_cplv_tbl_out.COUNT > 0 THEN
362: x_cpl_id := l_cplv_tbl_out(l_cplv_tbl_out.FIRST).id;
363: END IF;

Line 1138: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

1134: ,x_msg_data => l_msg_data
1135: ,x_flag => l_flag);
1136:
1137: -- Bug 5227077 --
1138: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
1139: FOR i in 1..fnd_msg_pub.count_msg
1140: Loop
1141: fnd_msg_pub.get
1142: (

Line 1165: p_encoded => fnd_api.g_false);

1161: p_token1 => 'Line No ',
1162: p_token1_value => l_line_number);
1163:
1164: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1165: p_encoded => fnd_api.g_false);
1166: x_msg_tbl(l_tot_msg_count).status := 'E';
1167: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1168: l_tot_msg_count := l_tot_msg_count + 1;
1169: l_msg_data := NULL;

Line 1211: p_encoded => fnd_api.g_false);

1207: p_token1 => 'ATTRIBUTE',
1208: p_token1_value => 'Invoicing Text');
1209:
1210: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1211: p_encoded => fnd_api.g_false);
1212:
1213: x_msg_tbl(l_tot_msg_count).status := 'S';
1214: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1215: l_tot_msg_count := l_tot_msg_count + 1;

Line 1249: p_encoded => fnd_api.g_false);

1245: p_token1 => 'ATTRIBUTE',
1246: p_token1_value => 'Bill To Address');
1247:
1248: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1249: p_encoded => fnd_api.g_false);
1250:
1251: x_msg_tbl(l_tot_msg_count).status := 'S';
1252: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1253: l_tot_msg_count := l_tot_msg_count + 1;

Line 1269: p_encoded => fnd_api.g_false);

1265: p_token1 => 'Line No ',
1266: p_token1_value => l_line_number);
1267:
1268: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1269: p_encoded => fnd_api.g_false);
1270:
1271: x_msg_tbl(l_tot_msg_count).status := 'E';
1272: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1273: l_tot_msg_count := l_tot_msg_count + 1;

Line 1314: p_encoded => fnd_api.g_false);

1310: p_token1_value => 'Ship To Address');
1311:
1312: -- fnd_msg_pub.initialize;
1313: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1314: p_encoded => fnd_api.g_false);
1315: x_msg_tbl(l_tot_msg_count).status := 'S';
1316: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1317: l_tot_msg_count := l_tot_msg_count + 1;
1318: l_msg_data := NULL;

Line 1373: p_encoded => fnd_api.g_false);

1369: p_token1_value => 'Bill To Address');
1370:
1371: -- fnd_msg_pub.initialize;
1372: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1373: p_encoded => fnd_api.g_false);
1374: x_msg_tbl(l_tot_msg_count).status := 'S';
1375: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1376: l_tot_msg_count := l_tot_msg_count + 1;
1377: l_msg_data := NULL;

Line 1391: p_encoded => fnd_api.g_false);

1387: p_token1_value => FND_MESSAGE.GET_STRING('OKS','OKS_BILL_TO_CUSTOMER_ACCOUNT'));
1388:
1389: -- fnd_msg_pub.initialize;
1390: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1391: p_encoded => fnd_api.g_false);
1392: x_msg_tbl(l_tot_msg_count).status := 'S';
1393: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1394: l_tot_msg_count := l_tot_msg_count + 1;
1395: l_msg_data := NULL;

Line 1432: p_encoded => fnd_api.g_false);

1428: p_token3 => 'TOKEN3',
1429: p_token3_value => l_temp_line_number);
1430: -- fnd_msg_pub.initialize;
1431: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1432: p_encoded => fnd_api.g_false);
1433: x_msg_tbl(l_tot_msg_count).status := 'S';
1434: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1435: l_tot_msg_count := l_tot_msg_count + 1;
1436: l_msg_data := NULL;

Line 1462: p_encoded => fnd_api.g_false);

1458: p_token3 => 'TOKEN3',
1459: p_token3_value => l_temp_line_number);
1460: -- fnd_msg_pub.initialize;
1461: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1462: p_encoded => fnd_api.g_false);
1463: x_msg_tbl(l_tot_msg_count).status := 'S';
1464: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1465: l_tot_msg_count := l_tot_msg_count + 1;
1466: l_msg_data := NULL;

Line 1574: p_encoded => fnd_api.g_false);

1570: p_token3 => 'TOKEN3',
1571: p_token3_value => l_temp_line_number);
1572: -- fnd_msg_pub.initialize;
1573: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1574: p_encoded => fnd_api.g_false);
1575: x_msg_tbl(l_tot_msg_count).status := 'S';
1576: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1577: l_tot_msg_count := l_tot_msg_count + 1;
1578: l_msg_data := NULL;

Line 1597: p_encoded => fnd_api.g_false);

1593: p_token3 => 'TOKEN3',
1594: p_token3_value => l_temp_line_number);
1595: -- fnd_msg_pub.initialize;
1596: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1597: p_encoded => fnd_api.g_false);
1598: x_msg_tbl(l_tot_msg_count).status := 'S';
1599: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1600: l_tot_msg_count := l_tot_msg_count + 1;
1601: l_msg_data := NULL;

Line 1674: p_encoded => fnd_api.g_false);

1670: p_token1_value => 'Ship To Address');
1671:
1672: -- fnd_msg_pub.initialize;
1673: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1674: p_encoded => fnd_api.g_false);
1675: x_msg_tbl(l_tot_msg_count).status := 'S';
1676: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1677: l_tot_msg_count := l_tot_msg_count + 1;
1678: l_msg_data := NULL;

Line 1690: p_encoded => fnd_api.g_false);

1686: p_token1_value => FND_MESSAGE.GET_STRING('OKS','OKS_SHIP_TO_CUSTOMER_ACCOUNT'));
1687:
1688: -- fnd_msg_pub.initialize;
1689: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1690: p_encoded => fnd_api.g_false);
1691: x_msg_tbl(l_tot_msg_count).status := 'S';
1692: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1693: l_tot_msg_count := l_tot_msg_count + 1;
1694: l_msg_data := NULL;

Line 1807: p_encoded => fnd_api.g_false);

1803: p_token3 => 'TOKEN3',
1804: p_token3_value => l_temp_line_number);
1805: -- fnd_msg_pub.initialize;
1806: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1807: p_encoded => fnd_api.g_false);
1808: x_msg_tbl(l_tot_msg_count).status := 'S';
1809: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1810: l_tot_msg_count := l_tot_msg_count + 1;
1811: l_msg_data := NULL;

Line 1830: p_encoded => fnd_api.g_false);

1826: p_token3 => 'TOKEN3',
1827: p_token3_value => l_temp_line_number);
1828: -- fnd_msg_pub.initialize;
1829: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1830: p_encoded => fnd_api.g_false);
1831: x_msg_tbl(l_tot_msg_count).status := 'S';
1832: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1833: l_tot_msg_count := l_tot_msg_count + 1;
1834: l_msg_data := NULL;

Line 1909: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS)

1905: x_return_status => l_return_status -- 5219132 --
1906: );
1907: -- Bug 5219132 --
1908:
1909: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS)
1910: THEN
1911: FOR i in 1..fnd_msg_pub.count_msg
1912: Loop
1913: fnd_msg_pub.get

Line 1954: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

1950: p_ctcv_tbl => l_ctcv_tbl_in,
1951: x_ctcv_tbl => l_ctcv_tbl_out);
1952:
1953:
1954: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
1955: -- Bug 5227077 --
1956: FOR i in 1..fnd_msg_pub.count_msg
1957: Loop
1958: fnd_msg_pub.get

Line 1980: p_encoded => fnd_api.g_false);

1976: p_msg_name => 'OKS_HEADER_CASCADE_SUCCESS',
1977: p_token1 => 'ATTRIBUTE',
1978: p_token1_value => 'Bill To Contact');
1979: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
1980: p_encoded => fnd_api.g_false);
1981: x_msg_tbl(l_tot_msg_count).status := 'S';
1982: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
1983: l_tot_msg_count := l_tot_msg_count + 1;
1984: l_msg_data := NULL;

Line 1999: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

1995: x_msg_data => l_msg_data,
1996: p_ctcv_tbl => l_ctcv_tbl_in,
1997: x_ctcv_tbl => l_ctcv_tbl_out);
1998:
1999: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2000: -- Bug 5227077 --
2001: FOR i in 1..fnd_msg_pub.count_msg
2002: Loop
2003: fnd_msg_pub.get

Line 2025: p_encoded => fnd_api.g_false);

2021: p_msg_name => 'OKS_HEADER_CASCADE_SUCCESS',
2022: p_token1 => 'ATTRIBUTE',
2023: p_token1_value => 'Bill To Contact');
2024: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2025: p_encoded => fnd_api.g_false);
2026: x_msg_tbl(l_tot_msg_count).status := 'S';
2027: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2028: l_tot_msg_count := l_tot_msg_count + 1;
2029: l_msg_data := NULL;

Line 2046: p_encoded => fnd_api.g_false);

2042: p_token1 => 'Line No ',
2043: p_token1_value => l_line_number);
2044:
2045: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2046: p_encoded => fnd_api.g_false);
2047:
2048: x_msg_tbl(l_tot_msg_count).status := 'W'; -- Bug 5219132
2049: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2050: l_tot_msg_count := l_tot_msg_count + 1;

Line 2224: p_encoded => fnd_api.g_false);

2220: p_token1 => 'ATTRIBUTE',
2221: p_token1_value => 'Tax');
2222: --fnd_msg_pub.initialize;
2223: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2224: p_encoded => fnd_api.g_false);
2225: x_msg_tbl(l_tot_msg_count).status := 'S';
2226: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2227: l_tot_msg_count := l_tot_msg_count + 1;
2228: l_msg_data := NULL;

Line 2280: p_encoded => fnd_api.g_false);

2276: p_token1 => 'ATTRIBUTE',
2277: p_token1_value => 'Tax Code');
2278: --fnd_msg_pub.initialize;
2279: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2280: p_encoded => fnd_api.g_false);
2281: x_msg_tbl(l_tot_msg_count).status := 'S';
2282: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2283: l_tot_msg_count := l_tot_msg_count + 1;
2284: l_msg_data := NULL;

Line 2324: p_encoded => fnd_api.g_false);

2320: p_token2_value => l_line_number
2321: );
2322:
2323: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2324: p_encoded => fnd_api.g_false);
2325: x_msg_tbl(l_tot_msg_count).status := 'E';
2326: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2327: l_tot_msg_count := l_tot_msg_count + 1;
2328: l_msg_data := NULL;

Line 2367: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2363: x_msg_count => l_msg_count,
2364: x_msg_data => l_msg_data);
2365:
2366: -- Bug 5227077 --
2367: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2368: FOR i in 1..fnd_msg_pub.count_msg
2369: Loop
2370: fnd_msg_pub.get
2371: (

Line 2399: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2395: x_msg_data => l_msg_data
2396: );
2397:
2398: -- Bug 5227077 --
2399: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2400: FOR i in 1..fnd_msg_pub.count_msg
2401: Loop
2402: fnd_msg_pub.get
2403: (

Line 2448: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2444: ,x_bil_sch_out_tbl => l_bil_sch_out_tbl
2445: ,x_return_status => l_return_status
2446: );
2447:
2448: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2449: FOR i in 1..fnd_msg_pub.count_msg
2450: Loop
2451: fnd_msg_pub.get
2452: (

Line 2473: p_encoded => fnd_api.g_false);

2469: p_token1 => 'ATTRIBUTE',
2470: p_token1_value => 'Billing Schedule');
2471: --fnd_msg_pub.initialize;
2472: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2473: p_encoded => fnd_api.g_false);
2474: x_msg_tbl(l_tot_msg_count).status := 'S';
2475: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2476: l_tot_msg_count := l_tot_msg_count + 1;
2477: l_msg_data := NULL;

Line 2511: p_encoded => fnd_api.g_false);

2507: p_token1 => 'ATTRIBUTE',
2508: p_token1_value => 'Bill To Address');
2509: --fnd_msg_pub.initialize;
2510: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2511: p_encoded => fnd_api.g_false);
2512: x_msg_tbl(l_tot_msg_count).status := 'S';
2513: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2514: l_tot_msg_count := l_tot_msg_count + 1;
2515: l_msg_data := NULL;

Line 2530: p_encoded => fnd_api.g_false);

2526: p_token1 => 'ATTRIBUTE',
2527: p_token1_value => 'Billing Profile');
2528:
2529: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2530: p_encoded => fnd_api.g_false);
2531: x_msg_tbl(l_tot_msg_count).status := 'E';
2532: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2533: l_tot_msg_count := l_tot_msg_count + 1;
2534: l_msg_data := NULL;

Line 2560: p_encoded => fnd_api.g_false);

2556: p_token1_value => 'Accounting Rule');
2557:
2558: --fnd_msg_pub.initialize;
2559: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2560: p_encoded => fnd_api.g_false);
2561: x_msg_tbl(l_tot_msg_count).status := 'S';
2562: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2563: l_tot_msg_count := l_tot_msg_count + 1;
2564: l_msg_data := NULL;

Line 2593: p_encoded => fnd_api.g_false);

2589: p_token2_value => l_line_number
2590: );
2591:
2592: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2593: p_encoded => fnd_api.g_false);
2594: x_msg_tbl(l_tot_msg_count).status := 'E';
2595: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2596: l_tot_msg_count := l_tot_msg_count + 1;
2597: l_msg_data := NULL;

Line 2617: p_encoded => fnd_api.g_false);

2613: p_token1_value => 'Accounting Rule');
2614:
2615: --fnd_msg_pub.initialize;
2616: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2617: p_encoded => fnd_api.g_false);
2618: x_msg_tbl(l_tot_msg_count).status := 'S';
2619: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2620: l_tot_msg_count := l_tot_msg_count + 1;
2621: l_msg_data := NULL;

Line 2657: p_encoded => fnd_api.g_false);

2653: p_token2_value => l_line_number
2654: );
2655:
2656: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2657: p_encoded => fnd_api.g_false);
2658: x_msg_tbl(l_tot_msg_count).status := 'E';
2659: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2660: l_tot_msg_count := l_tot_msg_count + 1;
2661: l_msg_data := NULL;

Line 2689: p_encoded => fnd_api.g_false);

2685: p_token1_value => 'Invoicing Rule');
2686:
2687: --fnd_msg_pub.initialize;
2688: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2689: p_encoded => fnd_api.g_false);
2690: x_msg_tbl(l_tot_msg_count).status := 'S';
2691: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2692: l_tot_msg_count := l_tot_msg_count + 1;
2693: l_msg_data := NULL;

Line 2695: Elsif NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2691: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2692: l_tot_msg_count := l_tot_msg_count + 1;
2693: l_msg_data := NULL;
2694: -- Bug 5227077 --
2695: Elsif NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2696: FOR i in 1..fnd_msg_pub.count_msg
2697: Loop
2698: fnd_msg_pub.get
2699: (

Line 2736: p_encoded => fnd_api.g_false);

2732: p_token2 => 'Line No ',
2733: p_token2_value => l_line_number
2734: );
2735: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2736: p_encoded => fnd_api.g_false);
2737: x_msg_tbl(l_tot_msg_count).status := 'E';
2738: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2739: l_tot_msg_count := l_tot_msg_count + 1;
2740: l_msg_data := NULL;

Line 2761: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2757: x_return_status => l_return_status,
2758: x_msg_count => l_msg_count,
2759: x_msg_data => l_msg_data
2760: );
2761: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2762: FOR i in 1..fnd_msg_pub.count_msg
2763: Loop
2764: fnd_msg_pub.get
2765: (

Line 2787: p_encoded => fnd_api.g_false);

2783: p_token1 => 'ATTRIBUTE',
2784: p_token1_value => 'Invoicing Rule');
2785:
2786: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2787: p_encoded => fnd_api.g_false);
2788: x_msg_tbl(l_tot_msg_count).status := 'S';
2789: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2790: l_tot_msg_count := l_tot_msg_count + 1;
2791: l_msg_data := NULL;

Line 2822: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2818: x_msg_count => l_msg_count,
2819: x_msg_data => l_msg_data,
2820: p_scrv_tbl => l_scrv_tbl_in);
2821: -- Bug 527077 --
2822: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2823: FOR i in 1..fnd_msg_pub.count_msg
2824: Loop
2825: fnd_msg_pub.get
2826: (

Line 2860: p_encoded => fnd_api.g_false);

2856: p_token1 => 'ATTRIBUTE',
2857: p_token1_value => 'Sales Credit');
2858:
2859: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
2860: p_encoded => fnd_api.g_false);
2861: x_msg_tbl(l_tot_msg_count).status := 'S';
2862: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2863: l_tot_msg_count := l_tot_msg_count + 1;
2864: l_msg_data := NULL;

Line 2866: Elsif not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2862: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
2863: l_tot_msg_count := l_tot_msg_count + 1;
2864: l_msg_data := NULL;
2865: -- Bug 5227077 --
2866: Elsif not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2867: FOR i in 1..fnd_msg_pub.count_msg
2868: Loop
2869: fnd_msg_pub.get
2870: (

Line 2948: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2944: p_cust_account_id => l_line_cust_acct,
2945: x_return_status => l_return_status,
2946: x_msg_data => l_msg_data );
2947: -- Bug 5227077 --
2948: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2949: FOR i in 1..fnd_msg_pub.count_msg
2950: Loop
2951: fnd_msg_pub.get
2952: (

Line 2991: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

2987: x_return_status => l_return_status,
2988: x_msg_data => l_msg_data );
2989:
2990: -- Bug 5227077 --
2991: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
2992: FOR i in 1..fnd_msg_pub.count_msg
2993: Loop
2994: fnd_msg_pub.get
2995: (

Line 3047: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3043: x_return_status => l_return_status,
3044: x_msg_data => l_msg_data );
3045:
3046: -- Bug 5227077 --
3047: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3048: FOR i in 1..fnd_msg_pub.count_msg
3049: Loop
3050: fnd_msg_pub.get
3051: (

Line 3093: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3089: p_cust_account_id => l_header_cust_acct,
3090: x_return_status => l_return_status,
3091: x_msg_data => l_msg_data );
3092: -- Bug 5227077 --
3093: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3094: FOR i in 1..fnd_msg_pub.count_msg
3095: Loop
3096: fnd_msg_pub.get
3097: (

Line 3125: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3121: x_return_status => l_return_status,
3122: x_msg_data => l_msg_data);
3123:
3124: -- Bug 5227077 --
3125: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3126: FOR i in 1..fnd_msg_pub.count_msg
3127: Loop
3128: fnd_msg_pub.get
3129: (

Line 3185: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3181: x_return_status => l_return_status,
3182: x_msg_data => l_msg_data );
3183:
3184: -- Bug 5227077 --
3185: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3186: FOR i in 1..fnd_msg_pub.count_msg
3187: Loop
3188: fnd_msg_pub.get
3189: (

Line 3223: p_encoded => fnd_api.g_false);

3219: p_token1 => 'ATTRIBUTE',
3220: p_token1_value => 'Payment Method');
3221:
3222: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3223: p_encoded => fnd_api.g_false);
3224: x_msg_tbl(l_tot_msg_count).status := 'S';
3225: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3226: l_tot_msg_count := l_tot_msg_count + 1;
3227: l_msg_data := NULL;

Line 3249: p_encoded => fnd_api.g_false);

3245: p_token1 => 'ATTRIBUTE',
3246: p_token1_value => 'Price UOM');
3247:
3248: l_msg_data := fnd_msg_pub.get( p_msg_index => fnd_msg_pub.g_first,
3249: p_encoded => fnd_api.g_false);
3250:
3251: x_msg_tbl(l_tot_msg_count).status := 'S';
3252: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3253: l_tot_msg_count := l_tot_msg_count + 1;

Line 3272: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,p_encoded => fnd_api.g_false);

3268: ,l_validate_result => l_validate_result);
3269:
3270: IF NVL(l_validate_result,'N') IN ('U' ,'N') then -- Unexpected Error
3271: fnd_msg_pub.initialize;
3272: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,p_encoded => fnd_api.g_false);
3273: OKC_API.SET_MESSAGE(
3274: p_app_name => 'OKS', --G_APP_NAME_OKS,
3275: p_msg_name => 'OKS_INVALID_PRICE_LIST');
3276: x_msg_tbl(l_tot_msg_count).status := 'E';

Line 3302: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3298: l_return_status,
3299: l_msg_count,
3300: l_msg_data);
3301: -- Bug 5227077 --
3302: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3303: FOR i in 1..fnd_msg_pub.count_msg
3304: Loop
3305: fnd_msg_pub.get
3306: (

Line 3336: p_encoded => fnd_api.g_false);

3332: p_token1 => 'ATTRIBUTE',
3333: p_token1_value => 'Price List');
3334:
3335: l_msg_data := fnd_msg_pub.get( p_msg_index => fnd_msg_pub.g_first,
3336: p_encoded => fnd_api.g_false);
3337: x_msg_tbl(l_tot_msg_count).status := 'S';
3338: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3339: l_tot_msg_count := l_tot_msg_count + 1;
3340: l_msg_data := NULL;

Line 3352: p_encoded => fnd_api.g_false);

3348: p_token1 => 'ATTRIBUTE',
3349: p_token1_value => 'Price List');
3350:
3351: l_msg_data := fnd_msg_pub.get( p_msg_index => fnd_msg_pub.g_first,
3352: p_encoded => fnd_api.g_false);
3353: x_msg_tbl(l_tot_msg_count).status := 'S';
3354: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3355: l_tot_msg_count := l_tot_msg_count + 1;
3356: l_msg_data := NULL;

Line 3368: p_encoded => fnd_api.g_false);

3364: p_token1 => 'ATTRIBUTE',
3365: p_token1_value => 'Price List');
3366:
3367: l_msg_data := fnd_msg_pub.get( p_msg_index => fnd_msg_pub.g_first,
3368: p_encoded => fnd_api.g_false);
3369: x_msg_tbl(l_tot_msg_count).status := 'S';
3370: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3371: l_tot_msg_count := l_tot_msg_count + 1;
3372: l_msg_data := NULL;

Line 3416: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3412: x_klnv_tbl => l_klnv_tbl_out,
3413: p_validate_yn => 'N'
3414: );
3415: --errorout('Return status -'||l_return_status);
3416: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3417:
3418: FOR i in 1..fnd_msg_pub.count_msg
3419: Loop
3420: fnd_msg_pub.get

Line 3465: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3461: x_msg_data => l_msg_data
3462: );
3463:
3464:
3465: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3466:
3467: FOR i in 1..fnd_msg_pub.count_msg
3468: Loop
3469: fnd_msg_pub.get

Line 3489: IF l_header_price_list IS NOT NULL and l_return_status = FND_API.G_RET_STS_SUCCESS

3485: END IF;
3486:
3487: -- 8/23/2005 hkamdar R12 Partial Period
3488:
3489: IF l_header_price_list IS NOT NULL and l_return_status = FND_API.G_RET_STS_SUCCESS
3490: then
3491: -- Bug 4668385 --
3492: l_input_details.line_id := l_cle_id;
3493: If l_okc_lines_rec.lse_id = '46' Then

Line 3549: If l_header_dates is not null and l_return_status = FND_API.G_RET_STS_SUCCESS then

3545: -- BUg 5381082 --
3546: END IF;
3547: -- End 8/23/2005 hkamdar R12 Partial Period
3548:
3549: If l_header_dates is not null and l_return_status = FND_API.G_RET_STS_SUCCESS then
3550: --Fix for bug#3424479
3551: -- FIX DONE FOR USAGE CONTRACT SHOWING INCORRECT MESSAGE WHEN CASCADING DATES.
3552: -- ADDED CHECK FOR USAGE LINE lse_id <> 12
3553: -- GCHADHA 8-JULY-2004

Line 3570: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3566: p_service_Line_Id => l_cle_id,
3567: p_New_Start_Date => header_dates_rec.start_date,
3568: p_New_End_Date => header_dates_rec.end_date );
3569:
3570: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3571:
3572: FOR i in 1..fnd_msg_pub.count_msg
3573: Loop
3574: fnd_msg_pub.get

Line 3605: p_encoded => fnd_api.g_false);

3601: p_token2_value => l_line_number
3602: );
3603:
3604: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3605: p_encoded => fnd_api.g_false);
3606: x_msg_tbl(l_tot_msg_count).status := 'W';
3607: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3608: l_tot_msg_count := l_tot_msg_count + 1;
3609: l_msg_data := NULL;

Line 3632: p_encoded => fnd_api.g_false);

3628: x_msg_tbl(l_tot_msg_count).status := 'S';
3629: END IF;
3630:
3631: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3632: p_encoded => fnd_api.g_false);
3633: -- x_msg_tbl(l_tot_msg_count).status := 'S';
3634: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3635: l_tot_msg_count := l_tot_msg_count + 1;
3636: l_msg_data := NULL;

Line 3658: p_encoded => fnd_api.g_false);

3654: p_token1_value => 'Date');
3655: x_msg_tbl(l_tot_msg_count).status := 'S';
3656: END IF;
3657: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3658: p_encoded => fnd_api.g_false);
3659: -- x_msg_tbl(l_tot_msg_count).status := 'S';
3660: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3661: l_tot_msg_count := l_tot_msg_count + 1;
3662: l_msg_data := NULL;

Line 3678: p_encoded => fnd_api.g_false);

3674: p_token2_value => l_line_number
3675: );
3676:
3677: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3678: p_encoded => fnd_api.g_false);
3679: x_msg_tbl(l_tot_msg_count).status := 'E';
3680: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3681: l_tot_msg_count := l_tot_msg_count + 1;
3682: l_msg_data := NULL;

Line 3688: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

3684: END IF;
3685:
3686: close LINEcov_cur;
3687:
3688: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
3689:
3690: OKS_PM_PROGRAMS_PVT.ADJUST_PM_PROGRAM_SCHEDULE
3691: (p_api_version => l_api_version,
3692: p_init_msg_list => l_init_msg_list,

Line 3701: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3697: x_msg_count => l_msg_count,
3698: x_msg_data => l_msg_data
3699: );
3700: -- Bug 5227077 --
3701: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3702: FOR i in 1..fnd_msg_pub.count_msg
3703: Loop
3704: fnd_msg_pub.get
3705: (

Line 3737: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

3733: x_msg_count => l_msg_count,
3734: x_msg_data => l_msg_data
3735: );
3736: -- Bug 5227077 --
3737: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
3738: FOR i in 1..fnd_msg_pub.count_msg
3739: Loop
3740: fnd_msg_pub.get
3741: (

Line 3769: p_encoded => fnd_api.g_false);

3765: p_token2_value => l_line_number
3766: );
3767:
3768: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3769: p_encoded => fnd_api.g_false);
3770: x_msg_tbl(l_tot_msg_count).status := 'W';
3771: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3772: l_tot_msg_count := l_tot_msg_count + 1;
3773: l_msg_data := NULL;

Line 3795: p_encoded => fnd_api.g_false);

3791: x_msg_tbl(l_tot_msg_count).status := 'S';
3792: END IF;
3793:
3794: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3795: p_encoded => fnd_api.g_false);
3796: -- x_msg_tbl(l_tot_msg_count).status := 'S';
3797: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3798: l_tot_msg_count := l_tot_msg_count + 1;
3799: l_msg_data := NULL;

Line 3823: p_encoded => fnd_api.g_false);

3819: x_msg_tbl(l_tot_msg_count).status := 'S';
3820:
3821: END IF;
3822: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3823: p_encoded => fnd_api.g_false);
3824: --x_msg_tbl(l_tot_msg_count).status := 'S';
3825: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3826: l_tot_msg_count := l_tot_msg_count + 1;
3827: l_msg_data := NULL;

Line 3852: p_encoded => fnd_api.g_false);

3848: p_token1_value => 'Date');
3849: x_msg_tbl(l_tot_msg_count).status := 'S';
3850: END IF;
3851: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3852: p_encoded => fnd_api.g_false);
3853: --x_msg_tbl(l_tot_msg_count).status := 'S';
3854: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3855: l_tot_msg_count := l_tot_msg_count + 1;
3856: l_msg_data := NULL;

Line 3987: p_encoded => fnd_api.g_false);

3983: p_token1 => 'ATTRIBUTE',
3984: p_token1_value => 'Recalculate Tax');
3985:
3986: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
3987: p_encoded => fnd_api.g_false);
3988: x_msg_tbl(l_tot_msg_count).status := 'S';
3989: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
3990: l_tot_msg_count := l_tot_msg_count + 1;
3991: l_msg_data := NULL;

Line 4138: p_encoded => fnd_api.g_false);

4134: p_token1 => 'ATTRIBUTE',
4135: p_token1_value => 'Recalculate Tax');
4136:
4137: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4138: p_encoded => fnd_api.g_false);
4139: x_msg_tbl(l_tot_msg_count).status := 'S';
4140: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4141: l_tot_msg_count := l_tot_msg_count + 1;
4142: l_msg_data := NULL;

Line 4197: p_encoded => fnd_api.g_false);

4193: p_token1 => 'ATTRIBUTE',
4194: p_token1_value => 'Recalculate Tax');
4195:
4196: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4197: p_encoded => fnd_api.g_false);
4198: x_msg_tbl(l_tot_msg_count).status := 'S';
4199: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4200: l_tot_msg_count := l_tot_msg_count + 1;
4201: l_msg_data := NULL;

Line 4243: p_encoded => fnd_api.g_false);

4239: i:=header_lines_tbl.next(i);
4240: END LOOP;
4241:
4242: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4243: p_encoded => fnd_api.g_false);
4244:
4245: /*
4246: If l_okc_lines_rec.lse_id <> '14' then
4247:

Line 4259: p_encoded => fnd_api.g_false

4255: x_msg_tbl(l_tot_msg_count).status := l_return_status;
4256: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4257:
4258: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_next,
4259: p_encoded => fnd_api.g_false
4260: );
4261: END LOOP;
4262: End If;
4263:

Line 4437: p_encoded => fnd_api.g_false);

4433: p_token1 => 'ATTRIBUTE',
4434: p_token1_value => 'Invoicing Text');
4435:
4436: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4437: p_encoded => fnd_api.g_false);
4438: x_msg_tbl(l_tot_msg_count).status := 'S';
4439: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4440: l_tot_msg_count := l_tot_msg_count + 1;
4441: l_msg_data := NULL;

Line 4462: p_encoded => fnd_api.g_false);

4458: p_token1 => 'ATTRIBUTE',
4459: p_token1_value => 'Renewal');
4460:
4461: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4462: p_encoded => fnd_api.g_false);
4463: x_msg_tbl(l_tot_msg_count).status := 'S';
4464: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4465: l_tot_msg_count := l_tot_msg_count + 1;
4466: l_msg_data := NULL;

Line 4499: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

4495: ,x_msg_data => l_msg_data
4496: ,x_flag => l_flag);
4497:
4498:
4499: IF NOT(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
4500: FOR i in 1..fnd_msg_pub.count_msg
4501: Loop
4502: fnd_msg_pub.get
4503: (

Line 4526: p_encoded => fnd_api.g_false);

4522: p_token1_value => l_sub_line_seq_number);
4523:
4524:
4525: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4526: p_encoded => fnd_api.g_false);
4527: x_msg_tbl(l_tot_msg_count).status := 'E';
4528: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4529: l_tot_msg_count := l_tot_msg_count + 1;
4530: l_msg_data := NULL;

Line 4581: p_encoded => fnd_api.g_false);

4577: END IF;
4578: END IF;
4579: ----new
4580: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4581: p_encoded => fnd_api.g_false);
4582: -- x_msg_tbl(l_tot_msg_count).status := 'S';
4583: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4584: l_tot_msg_count := l_tot_msg_count + 1;
4585: l_msg_data := NULL;

Line 4606: p_encoded => fnd_api.g_false);

4602: p_token1 => 'ATTRIBUTE',
4603: p_token1_value => 'Subline Invoicing Text');
4604:
4605: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4606: p_encoded => fnd_api.g_false);
4607: x_msg_tbl(l_tot_msg_count).status := 'S';
4608: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4609: l_tot_msg_count := l_tot_msg_count + 1;
4610: l_msg_data := NULL;

Line 4634: p_encoded => fnd_api.g_false);

4630: END IF;
4631:
4632: ----new
4633: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4634: p_encoded => fnd_api.g_false);
4635: x_msg_tbl(l_tot_msg_count).status := 'S';
4636: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4637: l_tot_msg_count := l_tot_msg_count + 1;
4638: l_msg_data := NULL;

Line 4672: p_encoded => fnd_api.g_false);

4668: p_token1 => 'ATTRIBUTE',
4669: p_token1_value => 'Price UOM');
4670:
4671: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4672: p_encoded => fnd_api.g_false);
4673: x_msg_tbl(l_tot_msg_count).status := 'S';
4674: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4675: l_tot_msg_count := l_tot_msg_count + 1;
4676: l_msg_data := NULL;

Line 4687: p_encoded => fnd_api.g_false);

4683: p_token1 => 'ATTRIBUTE',
4684: p_token1_value => 'Price UOM');
4685:
4686: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
4687: p_encoded => fnd_api.g_false);
4688: ----errorout_gsi('Subline_common_attribute UOM msg '||l_msg_data);
4689: x_msg_tbl(l_tot_msg_count).status := 'E';
4690: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
4691: l_tot_msg_count := l_tot_msg_count + 1;

Line 4846: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

4842: ,p_price_uom => l_line_price_uom -- 8/23/05 hkamdar R12 Partial Period
4843: ,x_return_status => l_return_status
4844: );
4845: -- Bug 5227077 --
4846: if not(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
4847:
4848: Raise OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
4849: end if;
4850: -- Bug 5227077 --

Line 5269: p_encoded => fnd_api.g_false);

5265:
5266: -- END GCHADHA --
5267:
5268: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_first,
5269: p_encoded => fnd_api.g_false);
5270: WHILE l_msg_data IS NOT NULL
5271: LOOP
5272: IF x_msg_tbl.count=0 THEN
5273: l_tot_msg_count:=1 ;

Line 5284: p_encoded => fnd_api.g_false);

5280: x_msg_tbl(l_tot_msg_count).status := l_return_status;
5281: x_msg_tbl(l_tot_msg_count).description := l_msg_data;
5282:
5283: l_msg_data := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_next,
5284: p_encoded => fnd_api.g_false);
5285: END LOOP;
5286:
5287: END IF;
5288: --new

Line 5350: p_init_msg_list => FND_API.G_FALSE,

5346:
5347: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
5348: (
5349: p_api_version => 1.0,
5350: p_init_msg_list => FND_API.G_FALSE,
5351: p_commit => FND_API.G_FALSE,
5352: x_return_status => l_return_status,
5353: x_msg_count => l_msg_count,
5354: x_msg_data => l_msg_data,

Line 5351: p_commit => FND_API.G_FALSE,

5347: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
5348: (
5349: p_api_version => 1.0,
5350: p_init_msg_list => FND_API.G_FALSE,
5351: p_commit => FND_API.G_FALSE,
5352: x_return_status => l_return_status,
5353: x_msg_count => l_msg_count,
5354: x_msg_data => l_msg_data,
5355: p_payer => l_payer,

Line 5461: ,p_init_msg_list => FND_API.G_TRUE

5457: -- Create Transaction Extension Id
5458: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
5459: (
5460: p_api_version => 1.0
5461: ,p_init_msg_list => FND_API.G_TRUE
5462: ,p_commit => FND_API.G_FALSE
5463: ,x_return_status => l_return_status
5464: ,x_msg_count => l_msg_count
5465: ,x_msg_data => l_msg_data

Line 5462: ,p_commit => FND_API.G_FALSE

5458: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
5459: (
5460: p_api_version => 1.0
5461: ,p_init_msg_list => FND_API.G_TRUE
5462: ,p_commit => FND_API.G_FALSE
5463: ,x_return_status => l_return_status
5464: ,x_msg_count => l_msg_count
5465: ,x_msg_data => l_msg_data
5466: ,p_payer => l_payer