DBA Data[Home] [Help]

APPS.PO_HR_LOCATION dependencies on PO_ADDRESS_DETAILS_GT

Line 4: g_address_details PO_HR_LOCATION.address; -- Its a PL/SQL table of po_address_details_gt rowtype

1: PACKAGE BODY PO_HR_LOCATION AS
2: /* $Header: POXPRPOB.pls 120.6.12020000.2 2013/02/10 14:40:11 vegajula ship $*/
3:
4: g_address_details PO_HR_LOCATION.address; -- Its a PL/SQL table of po_address_details_gt rowtype
5:
6: g_addr_prompt_query PO_HR_LOCATION.addr_prompt_query; --PL/SQL table for storing style code, query and prompt list.
7:
8: -- Debugging booleans used to bypass logging when turned off

Line 1220: INSERT INTO po_address_details_gt

1216: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1217: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,'PO_HR_LOCATION', 'populate_gt Before inserting values in global temp table');
1218: END IF;
1219: FOR i IN 1..l_count LOOP
1220: INSERT INTO po_address_details_gt
1221: (location_id,
1222: address_style,
1223: addr_label_1,
1224: addr_label_2,