DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on BEN_EXT_RSLT_DTL

Line 18: TYPE ValTabTyp IS TABLE OF ben_Ext_rslt_dtl.val_01%TYPE

14: g_total_dtl_lines number(5);
15: g_processing_addl_asgs boolean;
16: g_gre_org_id number(15);
17:
18: TYPE ValTabTyp IS TABLE OF ben_Ext_rslt_dtl.val_01%TYPE
19: INDEX BY binary_integer ;
20:
21: -- This is used to store the conc parameters
22: TYPE extract_params IS RECORD

Line 320: (p_business_group_id IN ben_ext_rslt_dtl.business_group_id%TYPE

316: -- =============================================================================
317: -- Del_Service_Detail_Recs:
318: -- =============================================================================
319: FUNCTION Del_Service_Detail_Recs
320: (p_business_group_id IN ben_ext_rslt_dtl.business_group_id%TYPE
321: ) RETURN number;
322:
323: -- ====================================================================
324: -- Get_Current_Extract_Result: