DBA Data[Home] [Help]

APPS.BIS_CUSTOMIZATION_PUB dependencies on AK_CUSTOM_REGION_ITEMS_TL

Line 37: , language ak_custom_region_items_tl.language%TYPE

33: , property_name ak_custom_region_items.property_name%TYPE
34: , property_varchar2_value ak_custom_region_items.property_varchar2_value%TYPE
35: , property_number_value ak_custom_region_items.property_number_value%TYPE
36: , property_date_value ak_custom_region_items.property_date_value%TYPE
37: , language ak_custom_region_items_tl.language%TYPE
38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE

Line 38: , source_lang ak_custom_region_items_tl.source_lang%TYPE

34: , property_varchar2_value ak_custom_region_items.property_varchar2_value%TYPE
35: , property_number_value ak_custom_region_items.property_number_value%TYPE
36: , property_date_value ak_custom_region_items.property_date_value%TYPE
37: , language ak_custom_region_items_tl.language%TYPE
38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE

Line 39: , created_by ak_custom_region_items_tl.created_by%TYPE

35: , property_number_value ak_custom_region_items.property_number_value%TYPE
36: , property_date_value ak_custom_region_items.property_date_value%TYPE
37: , language ak_custom_region_items_tl.language%TYPE
38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE

Line 40: , creation_date ak_custom_region_items_tl.creation_date%TYPE

36: , property_date_value ak_custom_region_items.property_date_value%TYPE
37: , language ak_custom_region_items_tl.language%TYPE
38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
44: );

Line 41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE

37: , language ak_custom_region_items_tl.language%TYPE
38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
44: );
45:

Line 42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE

38: , source_lang ak_custom_region_items_tl.source_lang%TYPE
39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
44: );
45:
46: TYPE customizations_type IS RECORD

Line 43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE

39: , created_by ak_custom_region_items_tl.created_by%TYPE
40: , creation_date ak_custom_region_items_tl.creation_date%TYPE
41: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
42: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
43: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
44: );
45:
46: TYPE customizations_type IS RECORD
47: ( customization_application_id ak_customizations.customization_application_id%TYPE

Line 66: , language ak_custom_region_items_tl.language%TYPE

62: , function_name ak_customizations.function_name%TYPE
63: , developer_mode ak_customizations.developer_mode%TYPE
64: , name ak_customizations_tl.name%TYPE
65: , description ak_customizations_tl.description%TYPE
66: , language ak_custom_region_items_tl.language%TYPE
67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE

Line 67: , source_lang ak_custom_region_items_tl.source_lang%TYPE

63: , developer_mode ak_customizations.developer_mode%TYPE
64: , name ak_customizations_tl.name%TYPE
65: , description ak_customizations_tl.description%TYPE
66: , language ak_custom_region_items_tl.language%TYPE
67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE

Line 68: , created_by ak_custom_region_items_tl.created_by%TYPE

64: , name ak_customizations_tl.name%TYPE
65: , description ak_customizations_tl.description%TYPE
66: , language ak_custom_region_items_tl.language%TYPE
67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE

Line 69: , creation_date ak_custom_region_items_tl.creation_date%TYPE

65: , description ak_customizations_tl.description%TYPE
66: , language ak_custom_region_items_tl.language%TYPE
67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
73: );

Line 70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE

66: , language ak_custom_region_items_tl.language%TYPE
67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
73: );
74:

Line 71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE

67: , source_lang ak_custom_region_items_tl.source_lang%TYPE
68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
73: );
74:
75:

Line 72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE

68: , created_by ak_custom_region_items_tl.created_by%TYPE
69: , creation_date ak_custom_region_items_tl.creation_date%TYPE
70: , last_updated_by ak_custom_region_items_tl.last_updated_by%TYPE
71: , last_update_date ak_custom_region_items_tl.last_update_date%TYPE
72: , last_update_login ak_custom_region_items_tl.last_update_login%TYPE
73: );
74:
75:
76: -- PROCEDUREs