DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_PUB dependencies on FND_PROFILE

Line 4: g_org_id CONSTANT NUMBER := fnd_profile.VALUE ('ORG_ID');

1: PACKAGE BODY PN_INDEX_RENT_PUB AS
2: /* $Header: PNIRPUBB.pls 120.2 2011/05/09 11:35:11 pstawar noship $ */
3:
4: g_org_id CONSTANT NUMBER := fnd_profile.VALUE ('ORG_ID');
5:
6: -- ========================================================================================
7: --
8: --Name: CREATE_INDEX_RENT

Line 85: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');

81: fnd_msg_pub.ADD;
82: RAISE fnd_api.g_exc_error;
83: END IF;
84: ELSE
85: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');
86: pn_index_rent_pvt.DEBUG ( l_api_name_full
87: ||' Org Id set to:'||p_rent_index_rec.org_id
88: , 3);
89: END IF;

Line 371: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');

367: fnd_msg_pub.ADD;
368: RAISE fnd_api.g_exc_error;
369: END IF;
370: ELSE
371: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');
372: pn_index_rent_pvt.DEBUG ( l_api_name_full
373: ||' Org Id set to:'||p_rent_index_rec.org_id
374: , 3);
375: END IF;