DBA Data[Home] [Help]

APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on PSB_COST_DISTRIBUTIONS_I

Line 19: description psb_cost_distributions_i.description%TYPE

15: percent NUMBER(5,2),
16: effective_start_date DATE,
17: effective_end_date DATE,
18: --UTF8 changes for Bug No : 2615261
19: description psb_cost_distributions_i.description%TYPE
20: );
21:
22: TYPE g_ldcostmap_tbl_type is TABLE OF g_ldcostmap_rec_type
23: INDEX BY BINARY_INTEGER;