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 501: -- standard start of API savepoint

497: PRAGMA EXCEPTION_INIT(APP_EXCEPTION, -20000);
498:
499: BEGIN
500:
501: -- standard start of API savepoint
502: SAVEPOINT create_loc_assignment;
503:
504: -- initialize message list if p_init_msg_list is set to TRUE.
505: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

521: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
522: RAISE FND_API.G_EXC_ERROR;
523: END IF;
524:
525: -- standard call to get message count and if count is 1, get message info.
526: FND_MSG_PUB.Count_And_Get(
527: p_encoded => FND_API.G_FALSE,
528: p_count => x_msg_count,
529: p_data => x_msg_data);

Line 689: -- standard start of API savepoint

685: l_addr_val_status VARCHAR2(30);
686: l_addr_warn_msg VARCHAR2(2000);
687: BEGIN
688:
689: -- standard start of API savepoint
690: SAVEPOINT update_loc_assignment;
691:
692: -- initialize message list if p_init_msg_list is set to TRUE.
693: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

709: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
710: RAISE FND_API.G_EXC_ERROR;
711: END IF;
712:
713: -- standard call to get message count and if count is 1, get message info.
714: FND_MSG_PUB.Count_And_Get(
715: p_encoded => FND_API.G_FALSE,
716: p_count => x_msg_count,
717: p_data => x_msg_data);

Line 810: -- standard start of API savepoint

806: PRAGMA EXCEPTION_INIT(APP_EXCEPTION, -20000);
807:
808: BEGIN
809:
810: -- standard start of API savepoint
811: SAVEPOINT update_loc_assignment;
812:
813: -- initialize message list if p_init_msg_list is set to TRUE.
814: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

830: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
831: RAISE FND_API.G_EXC_ERROR;
832: END IF;
833:
834: -- standard call to get message count and if count is 1, get message info.
835: FND_MSG_PUB.Count_And_Get(
836: p_encoded => FND_API.G_FALSE,
837: p_count => x_msg_count,
838: p_data => x_msg_data);