DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_PHONES

Line 242: (phone_id per_phones.phone_id%type

238: ,update_mode varchar2(20)
239: );
240: --
241: Type g_phn_rec_type is RECORD
242: (phone_id per_phones.phone_id%type
243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type

Line 243: ,date_from per_phones.date_from%type

239: );
240: --
241: Type g_phn_rec_type is RECORD
242: (phone_id per_phones.phone_id%type
243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type

Line 244: ,date_to per_phones.date_to%type --Bug 1554477

240: --
241: Type g_phn_rec_type is RECORD
242: (phone_id per_phones.phone_id%type
243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type
248: ,parent_id per_phones.parent_id%type

Line 245: ,phone_type per_phones.phone_type%type

241: Type g_phn_rec_type is RECORD
242: (phone_id per_phones.phone_id%type
243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type
248: ,parent_id per_phones.parent_id%type
249: ,update_mode varchar2(20)

Line 246: ,phone_number per_phones.phone_number%type

242: (phone_id per_phones.phone_id%type
243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type
248: ,parent_id per_phones.parent_id%type
249: ,update_mode varchar2(20)
250: );

Line 247: ,parent_table per_phones.parent_table%type

243: ,date_from per_phones.date_from%type
244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type
248: ,parent_id per_phones.parent_id%type
249: ,update_mode varchar2(20)
250: );
251: --

Line 248: ,parent_id per_phones.parent_id%type

244: ,date_to per_phones.date_to%type --Bug 1554477
245: ,phone_type per_phones.phone_type%type
246: ,phone_number per_phones.phone_number%type
247: ,parent_table per_phones.parent_table%type
248: ,parent_id per_phones.parent_id%type
249: ,update_mode varchar2(20)
250: );
251: --
252: Type g_ptu_rec_type is RECORD