DBA Data[Home] [Help]

APPS.IBE_INSTALLBASE_PVT dependencies on IBE_LEAD_IMPORT_PVT

Line 111: IBE_LEAD_IMPORT_PVT.parseInput(

107: -- Initialise key and call the API to put the values in the temp table
108: -- Out var would be a query which can be used with the key bound to
109: -- value of p_number
110: x_parse_key := 'PARSE_INSTANCE_IDS';
111: IBE_LEAD_IMPORT_PVT.parseInput(
112: p_inString => l_instance_string,
113: p_type => 'CHAR',
114: p_keyString => x_parse_key,
115: p_number => p_key_bind_value,