DBA Data[Home] [Help]

APPS.HZ_TAX_ASSIGNMENT_V2PUB dependencies on STANDARD

Line 125: * 05-29-2003 Ramesh Ch o Bug 2800555.Initialized arp_standard.sysparm with

121: | NOTES
122: |
123: | MODIFICATION HISTORY
124: |
125: * 05-29-2003 Ramesh Ch o Bug 2800555.Initialized arp_standard.sysparm with
126: * ar_system_parameters row values.
127: * 01-30-2004 Rajib Ranjan Borah o Bug 3395521.
128: * o Modified IF clause to handle NULL
129: * o Passed address1 to address4 to update_profile_pvt

Line 265: * 05-29-2003 Ramesh Ch o Bug 2800555.Initialized arp_standard.sysparm with

261: | NOTES
262: |
263: | MODIFICATION HISTORY
264: |
265: * 05-29-2003 Ramesh Ch o Bug 2800555.Initialized arp_standard.sysparm with
266: * ar_system_parameters row values.
267: * 01-30-2004 Rajib Ranjan Borah o Bug 3395521.
268: * o Modified IF clause to handle NULL
269: * o Passed address1 to address4 to update_profile_pvt

Line 516: -- standard start of API savepoint

512: PRAGMA EXCEPTION_INIT(APP_EXCEPTION, -20000);
513:
514: BEGIN
515:
516: -- standard start of API savepoint
517: SAVEPOINT create_loc_assignment;
518:
519: -- initialize message list if p_init_msg_list is set to TRUE.
520: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 540: -- standard call to get message count and if count is 1, get message info.

536: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
537: RAISE FND_API.G_EXC_ERROR;
538: END IF;
539:
540: -- standard call to get message count and if count is 1, get message info.
541: FND_MSG_PUB.Count_And_Get(
542: p_encoded => FND_API.G_FALSE,
543: p_count => x_msg_count,
544: p_data => x_msg_data);

Line 704: -- standard start of API savepoint

700: l_addr_val_status VARCHAR2(30);
701: l_addr_warn_msg VARCHAR2(2000);
702: BEGIN
703:
704: -- standard start of API savepoint
705: SAVEPOINT update_loc_assignment;
706:
707: -- initialize message list if p_init_msg_list is set to TRUE.
708: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 728: -- standard call to get message count and if count is 1, get message info.

724: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
725: RAISE FND_API.G_EXC_ERROR;
726: END IF;
727:
728: -- standard call to get message count and if count is 1, get message info.
729: FND_MSG_PUB.Count_And_Get(
730: p_encoded => FND_API.G_FALSE,
731: p_count => x_msg_count,
732: p_data => x_msg_data);

Line 825: -- standard start of API savepoint

821: PRAGMA EXCEPTION_INIT(APP_EXCEPTION, -20000);
822:
823: BEGIN
824:
825: -- standard start of API savepoint
826: SAVEPOINT update_loc_assignment;
827:
828: -- initialize message list if p_init_msg_list is set to TRUE.
829: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 849: -- standard call to get message count and if count is 1, get message info.

845: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
846: RAISE FND_API.G_EXC_ERROR;
847: END IF;
848:
849: -- standard call to get message count and if count is 1, get message info.
850: FND_MSG_PUB.Count_And_Get(
851: p_encoded => FND_API.G_FALSE,
852: p_count => x_msg_count,
853: p_data => x_msg_data);