DBA Data[Home] [Help]

APPS.PO_UDA_TEMPLATES_UTIL dependencies on FND_API

Line 200: ,p_init_msg_list => fnd_api.g_FALSE

196: EGO_EXT_FWK_PUB.DELETE_PAGE
197: (
198: p_api_version => 1.0
199: ,p_page_id => l_page_id
200: ,p_init_msg_list => fnd_api.g_FALSE
201: ,p_commit => fnd_api.g_FALSE
202: ,x_return_status => x_return_status
203: ,x_errorcode => x_errorcode
204: ,x_msg_count => x_msg_count

Line 201: ,p_commit => fnd_api.g_FALSE

197: (
198: p_api_version => 1.0
199: ,p_page_id => l_page_id
200: ,p_init_msg_list => fnd_api.g_FALSE
201: ,p_commit => fnd_api.g_FALSE
202: ,x_return_status => x_return_status
203: ,x_errorcode => x_errorcode
204: ,x_msg_count => x_msg_count
205: ,x_msg_data => x_msg_data

Line 353: ,p_init_msg_list => fnd_api.g_FALSE

349: ,p_internal_name => l_internal_name
350: ,p_display_name => l_display_name
351: ,p_description => l_display_name
352: ,p_sequence => l_temp_sequence
353: ,p_init_msg_list => fnd_api.g_FALSE
354: ,p_commit => fnd_api.g_FALSE
355: ,x_page_id => l_create_page_id
356: ,x_return_status => x_return_status
357: ,x_errorcode => x_errorcode

Line 354: ,p_commit => fnd_api.g_FALSE

350: ,p_display_name => l_display_name
351: ,p_description => l_display_name
352: ,p_sequence => l_temp_sequence
353: ,p_init_msg_list => fnd_api.g_FALSE
354: ,p_commit => fnd_api.g_FALSE
355: ,x_page_id => l_create_page_id
356: ,x_return_status => x_return_status
357: ,x_errorcode => x_errorcode
358: ,x_msg_count => x_msg_count

Line 394: ,p_init_msg_list => fnd_api.g_FALSE

390: ,p_page_id => l_create_page_id
391: ,p_association_id => l_association_id
392: ,p_sequence => l_sequence
393: ,p_classification_code => p_template_id || ''
394: ,p_init_msg_list => fnd_api.g_FALSE
395: ,p_commit => fnd_api.g_FALSE
396: ,x_return_status => x_return_status
397: ,x_errorcode => x_errorcode
398: ,x_msg_count => x_msg_count

Line 395: ,p_commit => fnd_api.g_FALSE

391: ,p_association_id => l_association_id
392: ,p_sequence => l_sequence
393: ,p_classification_code => p_template_id || ''
394: ,p_init_msg_list => fnd_api.g_FALSE
395: ,p_commit => fnd_api.g_FALSE
396: ,x_return_status => x_return_status
397: ,x_errorcode => x_errorcode
398: ,x_msg_count => x_msg_count
399: ,x_msg_data => x_msg_data

Line 749: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

745: retcode := 4;
746: errbuf := 'Page entries created failed';
747: l_return_status := 'U';
748: x_return_status := 'U';
749: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
750: END IF;
751:
752: d_progress := 260;
753:

Line 2062: ,p_init_msg_list => fnd_api.g_FALSE

2058: ,p_business_event_flag => l_business_event_flag
2059: ,p_pre_business_event_flag => l_pre_business_event_flag
2060: ,p_owner => l_owner
2061: ,p_lud => SYSDATE
2062: ,p_init_msg_list => fnd_api.g_FALSE
2063: ,p_commit => fnd_api.g_FALSE
2064: ,x_attr_group_id => l_attr_group_id
2065: ,x_return_status => l_return_status
2066: ,x_errorcode => l_errorcode

Line 2063: ,p_commit => fnd_api.g_FALSE

2059: ,p_pre_business_event_flag => l_pre_business_event_flag
2060: ,p_owner => l_owner
2061: ,p_lud => SYSDATE
2062: ,p_init_msg_list => fnd_api.g_FALSE
2063: ,p_commit => fnd_api.g_FALSE
2064: ,x_attr_group_id => l_attr_group_id
2065: ,x_return_status => l_return_status
2066: ,x_errorcode => l_errorcode
2067: ,x_msg_count => l_msg_count

Line 2276: ,p_init_msg_list => fnd_api.g_FALSE

2272:
2273: EGO_EXT_FWK_PUB.Delete_Attribute_Group(
2274: p_api_version => p_glb_api_version
2275: ,p_attr_group_id => p_real_attribute_group_id
2276: ,p_init_msg_list => fnd_api.g_FALSE
2277: ,p_commit => fnd_api.g_FALSE
2278: ,x_return_status => l_return_status
2279: ,x_errorcode => l_errorcode
2280: ,x_msg_count => l_msg_count

Line 2277: ,p_commit => fnd_api.g_FALSE

2273: EGO_EXT_FWK_PUB.Delete_Attribute_Group(
2274: p_api_version => p_glb_api_version
2275: ,p_attr_group_id => p_real_attribute_group_id
2276: ,p_init_msg_list => fnd_api.g_FALSE
2277: ,p_commit => fnd_api.g_FALSE
2278: ,x_return_status => l_return_status
2279: ,x_errorcode => l_errorcode
2280: ,x_msg_count => l_msg_count
2281: ,x_msg_data => l_msg_data

Line 2476: ,p_init_msg_list => fnd_api.g_FALSE

2472: ,p_view_privilege_id => l_view_privilege_id
2473: ,p_edit_privilege_id => l_edit_privilege_id
2474: ,p_business_event_flag => l_business_event_flag
2475: ,p_pre_business_event_flag => l_pre_business_event_flag
2476: ,p_init_msg_list => fnd_api.g_FALSE
2477: ,p_commit => fnd_api.g_FALSE
2478: ,x_return_status => l_return_status
2479: ,x_errorcode => l_errorcode
2480: ,x_msg_count => l_msg_count

Line 2477: ,p_commit => fnd_api.g_FALSE

2473: ,p_edit_privilege_id => l_edit_privilege_id
2474: ,p_business_event_flag => l_business_event_flag
2475: ,p_pre_business_event_flag => l_pre_business_event_flag
2476: ,p_init_msg_list => fnd_api.g_FALSE
2477: ,p_commit => fnd_api.g_FALSE
2478: ,x_return_status => l_return_status
2479: ,x_errorcode => l_errorcode
2480: ,x_msg_count => l_msg_count
2481: ,x_msg_data => l_msg_data

Line 2509: ,p_init_msg_list => fnd_api.g_FALSE

2505: ,p_application_id => p_glb_application_id
2506: ,p_attr_group_type => l_real_attr_grp_type
2507: ,p_attr_group_name => l_internal_name
2508: ,p_attr_name => l_attribute_name
2509: ,p_init_msg_list => fnd_api.g_FALSE
2510: ,p_commit => fnd_api.g_FALSE
2511: ,x_return_status => l_return_status
2512: ,x_errorcode => l_errorcode
2513: ,x_msg_count => l_msg_count

Line 2510: ,p_commit => fnd_api.g_FALSE

2506: ,p_attr_group_type => l_real_attr_grp_type
2507: ,p_attr_group_name => l_internal_name
2508: ,p_attr_name => l_attribute_name
2509: ,p_init_msg_list => fnd_api.g_FALSE
2510: ,p_commit => fnd_api.g_FALSE
2511: ,x_return_status => l_return_status
2512: ,x_errorcode => l_errorcode
2513: ,x_msg_count => l_msg_count
2514: ,x_msg_data => l_msg_data

Line 2670: ,p_init_msg_list => fnd_api.g_FALSE

2666: ,p_edit_in_hierarchy_code => l_edit_in_hierarchy_code
2667: ,p_customization_level => l_customization_level
2668: ,p_owner => l_owner
2669: ,p_lud => l_lud
2670: ,p_init_msg_list => fnd_api.g_FALSE
2671: ,p_commit => fnd_api.g_FALSE
2672: ,p_is_nls_mode => fnd_api.g_FALSE
2673: ,p_uom_class => l_uom_class
2674: ,x_return_status => l_return_status

Line 2671: ,p_commit => fnd_api.g_FALSE

2667: ,p_customization_level => l_customization_level
2668: ,p_owner => l_owner
2669: ,p_lud => l_lud
2670: ,p_init_msg_list => fnd_api.g_FALSE
2671: ,p_commit => fnd_api.g_FALSE
2672: ,p_is_nls_mode => fnd_api.g_FALSE
2673: ,p_uom_class => l_uom_class
2674: ,x_return_status => l_return_status
2675: ,x_errorcode => l_errorcode

Line 2672: ,p_is_nls_mode => fnd_api.g_FALSE

2668: ,p_owner => l_owner
2669: ,p_lud => l_lud
2670: ,p_init_msg_list => fnd_api.g_FALSE
2671: ,p_commit => fnd_api.g_FALSE
2672: ,p_is_nls_mode => fnd_api.g_FALSE
2673: ,p_uom_class => l_uom_class
2674: ,x_return_status => l_return_status
2675: ,x_errorcode => l_errorcode
2676: ,x_msg_count => l_msg_count

Line 2719: ,p_init_msg_list => fnd_api.g_FALSE

2715: ,p_edit_in_hierarchy_code => l_edit_in_hierarchy_code
2716: ,p_customization_level => l_customization_level
2717: ,p_owner => l_owner
2718: ,p_lud => l_lud
2719: ,p_init_msg_list => fnd_api.g_FALSE
2720: ,p_commit => fnd_api.g_FALSE
2721: ,x_return_status => l_return_status
2722: ,x_errorcode => l_errorcode
2723: ,x_msg_count => l_msg_count

Line 2720: ,p_commit => fnd_api.g_FALSE

2716: ,p_customization_level => l_customization_level
2717: ,p_owner => l_owner
2718: ,p_lud => l_lud
2719: ,p_init_msg_list => fnd_api.g_FALSE
2720: ,p_commit => fnd_api.g_FALSE
2721: ,x_return_status => l_return_status
2722: ,x_errorcode => l_errorcode
2723: ,x_msg_count => l_msg_count
2724: ,x_msg_data => l_msg_data

Line 3085: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

3081:
3082: ego_ext_fwk_pub.Delete_Association(
3083: p_api_version => 1.0, -- IN NUMBER
3084: p_association_id => association_ids_rec.association_id, -- IN NUMBER
3085: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3086: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3087: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3088: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
3089: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER

Line 3086: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

3082: ego_ext_fwk_pub.Delete_Association(
3083: p_api_version => 1.0, -- IN NUMBER
3084: p_association_id => association_ids_rec.association_id, -- IN NUMBER
3085: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3086: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3087: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3088: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
3089: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER
3090: x_msg_count => l_msg_count, -- OUT NOCOPY NUMBER

Line 3087: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

3083: p_api_version => 1.0, -- IN NUMBER
3084: p_association_id => association_ids_rec.association_id, -- IN NUMBER
3085: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3086: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3087: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
3088: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
3089: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER
3090: x_msg_count => l_msg_count, -- OUT NOCOPY NUMBER
3091: x_msg_data => l_msg_data); -- OUT NOCOPY VARCHAR2

Line 4031: p_init_msg_list => fnd_api.g_FALSE ,

4027: p_description => c_src_record_rec.DESCRIPTION ,
4028: p_function_id => c_src_record_rec.FUNCTION_ID , -- ignored for now
4029: p_enable_key_attrs => c_src_record_rec.ENABLE_KEY_ATTRIBUTES , -- ignored for now
4030: p_security_privilege_id => c_src_record_rec.SECURITY_PRIVILEGE_ID ,
4031: p_init_msg_list => fnd_api.g_FALSE ,
4032: p_commit => fnd_api.g_FALSE ,
4033: x_action_id => l_action_id ,
4034: x_return_status => l_return_status ,
4035: x_errorcode => l_errorcode,

Line 4032: p_commit => fnd_api.g_FALSE ,

4028: p_function_id => c_src_record_rec.FUNCTION_ID , -- ignored for now
4029: p_enable_key_attrs => c_src_record_rec.ENABLE_KEY_ATTRIBUTES , -- ignored for now
4030: p_security_privilege_id => c_src_record_rec.SECURITY_PRIVILEGE_ID ,
4031: p_init_msg_list => fnd_api.g_FALSE ,
4032: p_commit => fnd_api.g_FALSE ,
4033: x_action_id => l_action_id ,
4034: x_return_status => l_return_status ,
4035: x_errorcode => l_errorcode,
4036: x_msg_count => l_msg_count ,

Line 4053: ,p_init_msg_list => fnd_api.g_FALSE

4049: ,p_prompt_message_name => c_src_action_display_rec.PROMPT_MESSAGE_NAME
4050: ,p_visibility_flag => c_src_action_display_rec.VISIBILITY_FLAG
4051: ,p_prompt_function_id => c_src_action_display_rec.PROMPT_FUNCTION_ID
4052: ,p_visibility_func_id => c_src_action_display_rec.VISIBILITY_FUNC_ID
4053: ,p_init_msg_list => fnd_api.g_FALSE
4054: ,p_commit => fnd_api.g_FALSE
4055: ,x_return_status => l_return_status
4056: ,x_errorcode => l_errorcode
4057: ,x_msg_count => l_msg_count

Line 4054: ,p_commit => fnd_api.g_FALSE

4050: ,p_visibility_flag => c_src_action_display_rec.VISIBILITY_FLAG
4051: ,p_prompt_function_id => c_src_action_display_rec.PROMPT_FUNCTION_ID
4052: ,p_visibility_func_id => c_src_action_display_rec.VISIBILITY_FUNC_ID
4053: ,p_init_msg_list => fnd_api.g_FALSE
4054: ,p_commit => fnd_api.g_FALSE
4055: ,x_return_status => l_return_status
4056: ,x_errorcode => l_errorcode
4057: ,x_msg_count => l_msg_count
4058: ,x_msg_data => l_msg_data );

Line 4081: ,p_init_msg_list => fnd_api.g_FALSE

4077: ,p_mapping_value => c_src_func_mappings_rec.MAPPED_ATTRIBUTE
4078: ,p_mapped_uom_parameter => c_src_func_mappings_rec.MAPPED_UOM_PARAMETER
4079: ,p_value_uom_source => c_src_func_mappings_rec.VALUE_UOM_SOURCE
4080: ,p_fixed_uom => c_src_func_mappings_rec.FIXED_UOM
4081: ,p_init_msg_list => fnd_api.g_FALSE
4082: ,p_commit => fnd_api.g_FALSE
4083: ,x_return_status => l_return_status
4084: ,x_errorcode => l_errorcode
4085: ,x_msg_count => l_msg_count

Line 4082: ,p_commit => fnd_api.g_FALSE

4078: ,p_mapped_uom_parameter => c_src_func_mappings_rec.MAPPED_UOM_PARAMETER
4079: ,p_value_uom_source => c_src_func_mappings_rec.VALUE_UOM_SOURCE
4080: ,p_fixed_uom => c_src_func_mappings_rec.FIXED_UOM
4081: ,p_init_msg_list => fnd_api.g_FALSE
4082: ,p_commit => fnd_api.g_FALSE
4083: ,x_return_status => l_return_status
4084: ,x_errorcode => l_errorcode
4085: ,x_msg_count => l_msg_count
4086: ,x_msg_data => l_msg_data);

Line 4722: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

4718: --deleting assiociations from ego tables.
4719: Delete_Association(
4720: p_api_version => 1.0, -- IN NUMBER
4721: p_association_id => l_association_id, -- IN NUMBER
4722: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4723: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4724: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4725: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
4726: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER

Line 4723: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

4719: Delete_Association(
4720: p_api_version => 1.0, -- IN NUMBER
4721: p_association_id => l_association_id, -- IN NUMBER
4722: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4723: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4724: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4725: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
4726: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER
4727: x_msg_count => l_msg_count, -- OUT NOCOPY NUMBER

Line 4724: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

4720: p_api_version => 1.0, -- IN NUMBER
4721: p_association_id => l_association_id, -- IN NUMBER
4722: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4723: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4724: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
4725: x_return_status => l_return_status, -- OUT NOCOPY VARCHAR2
4726: x_errorcode => l_errorcode, -- OUT NOCOPY NUMBER
4727: x_msg_count => l_msg_count, -- OUT NOCOPY NUMBER
4728: x_msg_data => l_msg_data); -- OUT NOCOPY VARCHAR2

Line 4904: p_init_msg_list => fnd_api.g_FALSE ,

4900: p_attr_group_id => c_get_usage_ids_rec.attribute_group_id ,
4901: p_enabled_flag => 'Y' ,
4902: p_view_privilege_id => 0, -- ignored for now
4903: p_edit_privilege_id => 0 , -- ignored for now
4904: p_init_msg_list => fnd_api.g_FALSE ,
4905: p_commit => fnd_api.g_FALSE ,
4906: x_association_id => l_r_association_id,
4907: x_return_status => l_return_status ,
4908: x_errorcode => l_errorcode ,

Line 4905: p_commit => fnd_api.g_FALSE ,

4901: p_enabled_flag => 'Y' ,
4902: p_view_privilege_id => 0, -- ignored for now
4903: p_edit_privilege_id => 0 , -- ignored for now
4904: p_init_msg_list => fnd_api.g_FALSE ,
4905: p_commit => fnd_api.g_FALSE ,
4906: x_association_id => l_r_association_id,
4907: x_return_status => l_return_status ,
4908: x_errorcode => l_errorcode ,
4909: x_msg_count => l_msg_count ,

Line 5124: p_init_msg_list => fnd_api.g_FALSE ,

5120: p_attr_group_id => c_get_usage_id_rec.attribute_group_id ,
5121: p_enabled_flag => 'Y' ,
5122: p_view_privilege_id => 0, -- ignored for now
5123: p_edit_privilege_id => 0 , -- ignored for now
5124: p_init_msg_list => fnd_api.g_FALSE ,
5125: p_commit => fnd_api.g_FALSE ,
5126: x_association_id => l_r_association_id,
5127: x_return_status => l_return_status ,
5128: x_errorcode => l_errorcode ,

Line 5125: p_commit => fnd_api.g_FALSE ,

5121: p_enabled_flag => 'Y' ,
5122: p_view_privilege_id => 0, -- ignored for now
5123: p_edit_privilege_id => 0 , -- ignored for now
5124: p_init_msg_list => fnd_api.g_FALSE ,
5125: p_commit => fnd_api.g_FALSE ,
5126: x_association_id => l_r_association_id,
5127: x_return_status => l_return_status ,
5128: x_errorcode => l_errorcode ,
5129: x_msg_count => l_msg_count ,

Line 5661: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

5657: ,p_attr_group_id IN NUMBER
5658: ,p_enabled_flag IN VARCHAR2
5659: ,p_view_privilege_id IN NUMBER --ignored for now
5660: ,p_edit_privilege_id IN NUMBER --ignored for now
5661: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
5662: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE
5663: ,x_association_id OUT NOCOPY NUMBER
5664: ,x_return_status OUT NOCOPY VARCHAR2
5665: ,x_errorcode OUT NOCOPY NUMBER

Line 5662: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE

5658: ,p_enabled_flag IN VARCHAR2
5659: ,p_view_privilege_id IN NUMBER --ignored for now
5660: ,p_edit_privilege_id IN NUMBER --ignored for now
5661: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
5662: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE
5663: ,x_association_id OUT NOCOPY NUMBER
5664: ,x_return_status OUT NOCOPY VARCHAR2
5665: ,x_errorcode OUT NOCOPY NUMBER
5666: ,x_msg_count OUT NOCOPY NUMBER

Line 5792: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

5788:
5789: PROCEDURE Delete_Association (
5790: p_api_version IN NUMBER
5791: ,p_association_id IN NUMBER
5792: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
5793: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE
5794: ,p_force IN VARCHAR2 := fnd_api.g_FALSE
5795: ,x_return_status OUT NOCOPY VARCHAR2
5796: ,x_errorcode OUT NOCOPY NUMBER

Line 5793: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE

5789: PROCEDURE Delete_Association (
5790: p_api_version IN NUMBER
5791: ,p_association_id IN NUMBER
5792: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
5793: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE
5794: ,p_force IN VARCHAR2 := fnd_api.g_FALSE
5795: ,x_return_status OUT NOCOPY VARCHAR2
5796: ,x_errorcode OUT NOCOPY NUMBER
5797: ,x_msg_count OUT NOCOPY NUMBER

Line 5794: ,p_force IN VARCHAR2 := fnd_api.g_FALSE

5790: p_api_version IN NUMBER
5791: ,p_association_id IN NUMBER
5792: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
5793: ,p_commit IN VARCHAR2 := fnd_api.g_FALSE
5794: ,p_force IN VARCHAR2 := fnd_api.g_FALSE
5795: ,x_return_status OUT NOCOPY VARCHAR2
5796: ,x_errorcode OUT NOCOPY NUMBER
5797: ,x_msg_count OUT NOCOPY NUMBER
5798: ,x_msg_data OUT NOCOPY VARCHAR2

Line 5838: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5834:
5835: ego_ext_fwk_pub.Delete_Association(
5836: p_api_version => 1.0, -- IN NUMBER
5837: p_association_id => p_association_id, -- IN NUMBER
5838: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5839: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5840: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5841: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5842: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER

Line 5839: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5835: ego_ext_fwk_pub.Delete_Association(
5836: p_api_version => 1.0, -- IN NUMBER
5837: p_association_id => p_association_id, -- IN NUMBER
5838: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5839: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5840: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5841: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5842: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER
5843: x_msg_count => x_msg_count, -- OUT NOCOPY NUMBER

Line 5840: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5836: p_api_version => 1.0, -- IN NUMBER
5837: p_association_id => p_association_id, -- IN NUMBER
5838: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5839: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5840: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5841: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5842: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER
5843: x_msg_count => x_msg_count, -- OUT NOCOPY NUMBER
5844: x_msg_data => x_msg_data); -- OUT NOCOPY VARCHAR2

Line 5884: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5880:
5881: ego_ext_fwk_pub.Delete_Association(
5882: p_api_version => 1.0, -- IN NUMBER
5883: p_association_id => l_dummy_associaton_id, -- IN NUMBER
5884: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5885: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5886: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5887: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5888: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER

Line 5885: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5881: ego_ext_fwk_pub.Delete_Association(
5882: p_api_version => 1.0, -- IN NUMBER
5883: p_association_id => l_dummy_associaton_id, -- IN NUMBER
5884: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5885: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5886: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5887: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5888: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER
5889: x_msg_count => x_msg_count, -- OUT NOCOPY NUMBER

Line 5886: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE

5882: p_api_version => 1.0, -- IN NUMBER
5883: p_association_id => l_dummy_associaton_id, -- IN NUMBER
5884: p_init_msg_list => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5885: p_commit => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5886: p_force => 'F', -- IN VARCHAR2 := fnd_api.g_FALSE
5887: x_return_status => x_return_status, -- OUT NOCOPY VARCHAR2
5888: x_errorcode => x_errorcode, -- OUT NOCOPY NUMBER
5889: x_msg_count => x_msg_count, -- OUT NOCOPY NUMBER
5890: x_msg_data => x_msg_data); -- OUT NOCOPY VARCHAR2