DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on STANDARD

Line 308: arp_standard.debug(p_message);

304:
305: END IF;
306:
307: IF PG_DEBUG in ('Y', 'C') THEN
308: arp_standard.debug(p_message);
309: END IF;
310:
311: EXCEPTION
312: WHEN others THEN

Line 4370: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */

4366: FND_FILE.PUT_LINE(FND_FILE.LOG,'table_name_aimm = ' || table_name_aimm);
4367: */
4368:
4369: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4370: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4371:
4372: BEGIN
4373:
4374: SELECT COUNT(object_name)

Line 4539: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */

4535: -- Drop of the temporary table for Transactions with a payment term of non immediate
4536: ----------------------------------------------------------------------------------------
4537: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4538:
4539: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4540:
4541: BEGIN
4542:
4543: SELECT COUNT(object_name)

Line 4567: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */

4563: -- Drop of the temporary table for Transactions with a payment term of immediate
4564: ----------------------------------------------------------------------------------------
4565: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4566:
4567: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4568:
4569: BEGIN
4570:
4571: SELECT COUNT(object_name)

Line 4921: -- Standard call to check for call compatability

4917: IF PG_DEBUG in ('Y', 'C') THEN
4918: arp_util.debug('ARP_PROGRAM_GENERATE_BR.auto_create_br_API (+)');
4919: END IF;
4920:
4921: -- Standard call to check for call compatability
4922: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4923: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4924: END IF;
4925: