DBA Data[Home] [Help]

APPS.IEC_VALIDATE_PVT dependencies on NUMBER_TBL_TYPE

Line 49: ( p_returns_id_col IN SYSTEM.number_tbl_type

45: -- loads the entries into the AO system. Call history is moved with the entries.
46: -- The validation procedure is bypassed since a recycled entry
47: -- has already been validated.
48: PROCEDURE Move_RecycledEntries
49: ( p_returns_id_col IN SYSTEM.number_tbl_type
50: , p_to_list_id IN NUMBER);
51:
52: -- Moves all validated entries from one target group to another and
53: -- dynamically loads the entries into the AO system. Call history is moved

Line 68: ( p_list_entry_id_col IN SYSTEM.number_tbl_type

64: , p_list_id IN NUMBER);
65:
66: -- Dynamically validates and loads a collection of new list entries into the AO system.
67: PROCEDURE Load_NewEntries
68: ( p_list_entry_id_col IN SYSTEM.number_tbl_type
69: , p_list_id IN NUMBER);
70:
71: -- Called by the time zone map loader utility to remove redundant
72: -- time zone mapping entries - performance enhancement for validation