DBA Data[Home] [Help]

APPS.CONVERT_TEST dependencies on CONVERT_TEST

Line 1: PACKAGE BODY CONVERT_TEST AS

1: PACKAGE BODY CONVERT_TEST AS
2: /* $Header: WMSCGUGB.pls 120.1 2005/06/15 14:31:58 appldev $*/
3:
4: PROCEDURE INVMSISB(
5: l_organization_id IN NUMBER,

Line 1456: convert_test.invmsisb( org_id,

1452: loop
1453: BEGIN
1454: org_id := c.organization_id;
1455:
1456: convert_test.invmsisb( org_id,
1457: user_name,
1458: password,
1459: return_status,
1460: msg_count,

Line 1464: convert_test.invmpsb( org_id,

1460: msg_count,
1461: msg_data
1462: );
1463: if ( return_status = fnd_api.g_ret_sts_error ) then GOTO continue_loop ; end if;
1464: convert_test.invmpsb( org_id,
1465: user_name,
1466: password,
1467: return_status,
1468: msg_count,

Line 1472: convert_test.invmoqsb( org_id,

1468: msg_count,
1469: msg_data
1470: );
1471: if ( return_status = fnd_api.g_ret_sts_error ) then GOTO continue_loop ; end if;
1472: convert_test.invmoqsb( org_id,
1473: user_name,
1474: password,
1475: return_status,
1476: msg_count,

Line 1481: convert_test.invmpssb( org_id,

1477: msg_data
1478: );
1479: if ( return_status = fnd_api.g_ret_sts_error ) then GOTO continue_loop; end if;
1480:
1481: convert_test.invmpssb( org_id,
1482: user_name,
1483: password,
1484: return_status,
1485: msg_count,

Line 1489: convert_test.invmmtsb( org_id,

1485: msg_count,
1486: msg_data
1487: );
1488: if ( return_status = fnd_api.g_ret_sts_error ) then GOTO continue_loop; end if;
1489: convert_test.invmmtsb( org_id,
1490: user_name,
1491: password,
1492: return_status,
1493: msg_count,

Line 1512: END CONVERT_TEST;

1508:
1509:
1510:
1511:
1512: END CONVERT_TEST;