DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on STANDARD

Line 296: arp_standard.debug(p_message);

292:
293: END IF;
294:
295: IF PG_DEBUG in ('Y', 'C') THEN
296: arp_standard.debug(p_message);
297: END IF;
298:
299: EXCEPTION
300: WHEN others THEN

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

4207: FND_FILE.PUT_LINE(FND_FILE.LOG,'table_name_aimm = ' || table_name_aimm);
4208: */
4209:
4210: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4211: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4212:
4213: BEGIN
4214:
4215: SELECT COUNT(object_name)

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

4376: -- Drop of the temporary table for Transactions with a payment term of non immediate
4377: ----------------------------------------------------------------------------------------
4378: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4379:
4380: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4381:
4382: BEGIN
4383:
4384: SELECT COUNT(object_name)

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

4404: -- Drop of the temporary table for Transactions with a payment term of immediate
4405: ----------------------------------------------------------------------------------------
4406: /* Bug 3441913/3432134 - suffix dba_ views with owner */
4407:
4408: /* Added owner predicate which ensure that comply with GSCC Standard - File.Sql.47 */
4409:
4410: BEGIN
4411:
4412: SELECT COUNT(object_name)

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

4758: IF PG_DEBUG in ('Y', 'C') THEN
4759: arp_util.debug('ARP_PROGRAM_GENERATE_BR.auto_create_br_API (+)');
4760: END IF;
4761:
4762: -- Standard call to check for call compatability
4763: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4764: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4765: END IF;
4766: