DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on STANDARD

Line 1539: -- Standard Transit Code checking algorithm.

1535: --
1536: if p_territory_code = 'US' then
1537: l_transit_code_sum := 0;
1538: --
1539: -- Standard Transit Code checking algorithm.
1540: --
1541: l_check_digit := substr(p_segment4, 9, 1);
1542: for i in 1 .. 8 loop
1543: if i = 1 or i = 4 or i = 7 then

Line 1697: -- Set up messages to Oracle Applications API standards as these

1693: end;
1694: --
1695: rollback to start_validate;
1696: --
1697: -- Set up messages to Oracle Applications API standards as these
1698: -- are handled "for free" using checkErrors.
1699: --
1700: if l_user_error then
1701: seterrorstage(l_proc, 'GOT_USER_ERRORS', 200);

Line 1718: -- Set up messages to Oracle Applications API standards as these

1714: when others then
1715: rollback to start_validate;
1716: seterrorstage(l_proc, 'EXIT:FAIL', 220);
1717: --
1718: -- Set up messages to Oracle Applications API standards as these
1719: -- are handled "for free" using checkErrors.
1720: --
1721: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
1722: fnd_msg_pub.initialize;