DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on STANDARD

Line 2108: -- Standard Transit Code checking algorithm.

2104: fnd_msg_pub.add;
2105: else
2106: l_transit_code_sum := 0;
2107: --
2108: -- Standard Transit Code checking algorithm.
2109: --
2110: l_check_digit := substr(p_segment4, 9, 1);
2111: for i in 1 .. 8 loop
2112: if i = 1 or i = 4 or i = 7 then

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

2264: end;
2265: --
2266: rollback to start_validate;
2267: --
2268: -- Set up messages to Oracle Applications API standards as these
2269: -- are handled "for free" using checkErrors.
2270: --
2271: if l_user_error then
2272: seterrorstage(l_proc, 'GOT_USER_ERRORS', 200);

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

2285: when others then
2286: rollback to start_validate;
2287: seterrorstage(l_proc, 'EXIT:FAIL', 220);
2288: --
2289: -- Set up messages to Oracle Applications API standards as these
2290: -- are handled "for free" using checkErrors.
2291: --
2292: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
2293: fnd_msg_pub.initialize;