DBA Data[Home] [Help]

APPS.PON_COPY_UDAS_GRP dependencies on FND_API

Line 57: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE

53: ,from_pk_col_value_pairs IN EGO_COL_NAME_VALUE_PAIR_ARRAY
54: ,to_pk_col_value_pairs IN EGO_COL_NAME_VALUE_PAIR_ARRAY
55: ,copy_attribute_groups IN VARCHAR2 DEFAULT 'ALL' -- SPECIFIC / EXCLUSION
56: ,attribute_group_table IN PO_TBL_VARCHAR30 DEFAULT NULL
57: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
58: ,x_return_status OUT NOCOPY VARCHAR2
59: ,x_msg_count OUT NOCOPY NUMBER
60: ,x_msg_data OUT NOCOPY VARCHAR2)
61: IS

Line 71: ,p_commit => FND_API.G_FALSE

67: ,from_pk_col_value_pairs => from_pk_col_value_pairs
68: ,to_pk_col_value_pairs => to_pk_col_value_pairs
69: ,copy_attribute_groups => copy_attribute_groups
70: ,attribute_group_table => attribute_group_table
71: ,p_commit => FND_API.G_FALSE
72: ,x_return_status => x_return_status
73: ,x_msg_count => x_msg_count
74: ,x_msg_data => x_msg_data
75: );

Line 145: ,FND_API.G_FALSE

141: ,copyfrom_pk_col_value_pairs
142: ,copyto_pk_col_value_pairs
143: ,copy_attribute_groups
144: ,l_attribute_group_table
145: ,FND_API.G_FALSE
146: ,x_return_status
147: ,x_msg_count
148: ,x_msg_data);
149: log_message('COPY_UDAS','Return from Auto_create_uda_copy '||x_return_status);

Line 272: ,p_commit => FND_API.G_FALSE

268: ,from_pk_col_value_pairs => copyfrom_pk_col_value_pairs
269: ,to_pk_col_value_pairs => copyto_pk_col_value_pairs
270: ,copy_attribute_groups => 'SPECIFIC'
271: ,attribute_group_table => l_attribute_group_table
272: ,p_commit => FND_API.G_FALSE
273: ,x_return_status => x_return_status
274: ,x_msg_count => x_msg_count
275: ,x_msg_data => x_msg_data
276: );

Line 471: ,p_commit => FND_API.G_FALSE

467: ,from_pk_col_value_pairs => copyfrom_pk_col_value_pairs
468: ,to_pk_col_value_pairs => copyto_pk_col_value_pairs
469: ,copy_attribute_groups => 'SPECIFIC'
470: ,attribute_group_table => l_attribute_group_table
471: ,p_commit => FND_API.G_FALSE
472: ,x_return_status => x_return_status
473: ,x_msg_count => x_msg_count
474: ,x_msg_data => x_msg_data
475: );

Line 600: ,p_commit => FND_API.G_FALSE

596: ,from_pk_col_value_pairs => copyfrom_pk_col_value_pairs
597: ,to_pk_col_value_pairs => copyto_pk_col_value_pairs
598: ,copy_attribute_groups => 'SPECIFIC'
599: ,attribute_group_table => l_attribute_group_table
600: ,p_commit => FND_API.G_FALSE
601: ,x_return_status => x_return_status
602: ,x_msg_count => x_msg_count
603: ,x_msg_data => x_msg_data
604: );

Line 834: ,FND_API.G_FALSE

830: ,copyfrom_pk_col_value_pairs
831: ,copyto_pk_col_value_pairs
832: ,'SPECIFIC'
833: ,l_attribute_group_table
834: ,FND_API.G_FALSE
835: ,x_return_status
836: ,x_msg_count
837: ,x_msg_data);
838:

Line 1029: ,p_commit => FND_API.G_FALSE

1025: ,from_pk_col_value_pairs => copyfrom_pk_col_value_pairs
1026: ,to_pk_col_value_pairs => copyto_pk_col_value_pairs
1027: ,copy_attribute_groups => l_cpy_mode
1028: ,attribute_group_table => l_attribute_group_table
1029: ,p_commit => FND_API.G_FALSE
1030: ,x_return_status => x_return_status
1031: ,x_msg_count => x_msg_count
1032: ,x_msg_data => x_msg_data
1033: );