DBA Data[Home] [Help]

APPS.EGO_AG_BULKLOAD_PVT dependencies on FND_API

Line 3043: ,p_init_msg_list => fnd_api.g_false

3039: ,p_business_event_flag => NULL
3040: ,p_pre_business_event_flag => NULL
3041: ,p_owner => G_USER_ID
3042: ,p_lud => SYSDATE
3043: ,p_init_msg_list => fnd_api.g_false
3044: ,p_commit => fnd_api.g_false
3045: ,x_attr_group_id => x_ag_id
3046: ,x_return_status => x_return_status
3047: ,x_errorcode => x_errorcode

Line 3044: ,p_commit => fnd_api.g_false

3040: ,p_pre_business_event_flag => NULL
3041: ,p_owner => G_USER_ID
3042: ,p_lud => SYSDATE
3043: ,p_init_msg_list => fnd_api.g_false
3044: ,p_commit => fnd_api.g_false
3045: ,x_attr_group_id => x_ag_id
3046: ,x_return_status => x_return_status
3047: ,x_errorcode => x_errorcode
3048: ,x_msg_count => x_msg_count

Line 3104: ,p_commit => fnd_api.g_false

3100: ,p_num_of_rows => P_ag_tbl(i).num_of_rows
3101: /*End of comment for bug 9719202*/
3102: ,p_owning_company_id => -100
3103: ,p_owner => G_USER_ID
3104: ,p_commit => fnd_api.g_false
3105: ,x_return_status => x_return_status
3106: ,x_errorcode => x_errorcode
3107: ,x_msg_count => x_msg_count
3108: ,x_msg_data => x_msg_data);

Line 3149: ,p_commit => fnd_api.g_false

3145: ego_ext_fwk_pub.Delete_attribute_group(p_api_version => 1.0
3146: ,p_application_id => g_ego_application_id
3147: ,p_attr_group_type => P_ag_tbl(i).attr_group_type
3148: ,p_attr_group_name => P_ag_tbl(i).attr_group_name
3149: ,p_commit => fnd_api.g_false
3150: ,x_return_status => x_return_status
3151: ,x_errorcode => x_errorcode
3152: ,x_msg_count => x_msg_count
3153: ,x_msg_data => x_msg_data);

Line 3338: p_init_msg_list => fnd_api.g_false,

3334: p_row_identifier => P_agdl_tbl(i).transaction_id,
3335: p_entity_code => G_ENTITY_DL,p_table_name => G_ENTITY_DL_tab);
3336: ELSIF (P_agdl_tbl(i).process_status = G_PROCESS_RECORD) THEN
3337: ego_ext_fwk_pub.Sync_dl_assoc(p_api_version => 1.0,
3338: p_init_msg_list => fnd_api.g_false,
3339: p_commit => fnd_api.g_false,
3340: p_transaction_type => P_agdl_tbl(i).transaction_type,
3341: p_attr_group_id => P_agdl_tbl(i).attr_group_id,
3342: p_application_id => g_ego_application_id,

Line 3339: p_commit => fnd_api.g_false,

3335: p_entity_code => G_ENTITY_DL,p_table_name => G_ENTITY_DL_tab);
3336: ELSIF (P_agdl_tbl(i).process_status = G_PROCESS_RECORD) THEN
3337: ego_ext_fwk_pub.Sync_dl_assoc(p_api_version => 1.0,
3338: p_init_msg_list => fnd_api.g_false,
3339: p_commit => fnd_api.g_false,
3340: p_transaction_type => P_agdl_tbl(i).transaction_type,
3341: p_attr_group_id => P_agdl_tbl(i).attr_group_id,
3342: p_application_id => g_ego_application_id,
3343: p_attr_group_type => P_agdl_tbl(i).attr_group_type,

Line 3531: ,p_commit => fnd_api.g_false

3527: ,p_uom_class => P_attr_tbl(i).uom_class
3528: ,p_owner => G_USER_ID
3529: ,p_lud => SYSDATE
3530: ,p_init_msg_list => NULL
3531: ,p_commit => fnd_api.g_false
3532: ,x_return_status => x_return_status
3533: ,x_errorcode => x_errorcode
3534: ,x_msg_count => x_msg_count
3535: ,x_msg_data => x_msg_data);

Line 3592: ,p_commit => fnd_api.g_false

3588: ,p_display => P_attr_tbl(i).display_code
3589: ,p_owner => G_USER_ID
3590: ,p_lud => SYSDATE
3591: ,p_init_msg_list => NULL
3592: ,p_commit => fnd_api.g_false
3593: ,p_is_nls_mode => NULL
3594: ,p_uom_class => P_attr_tbl(i).uom_class
3595: ,x_return_status => x_return_status
3596: ,x_errorcode => x_errorcode

Line 3642: ,p_commit => fnd_api.g_false

3638: ,p_attr_group_type => P_attr_tbl(i).attr_group_type
3639: ,p_attr_group_name => P_attr_tbl(i).attr_group_name
3640: ,p_attr_name => P_attr_tbl(i).internal_name
3641: ,p_init_msg_list => NULL
3642: ,p_commit => fnd_api.g_false
3643: ,x_return_status => x_return_status
3644: ,x_errorcode => x_errorcode
3645: ,x_msg_count => x_msg_count
3646: ,x_msg_data => x_msg_data);

Line 6607: ,p_init_msg_list => fnd_api.g_FALSE

6603: FOR rec IN cur_ag_none_dl LOOP
6604: EGO_EXT_FWK_PUB.Delete_Attribute_Group (
6605: p_api_version => 1.0
6606: ,p_attr_group_id => rec.attr_group_id
6607: ,p_init_msg_list => fnd_api.g_FALSE
6608: ,p_commit => fnd_api.g_FALSE
6609: ,x_return_status => x_return_status
6610: ,x_errorcode => x_errorcode
6611: ,x_msg_count => x_msg_count

Line 6608: ,p_commit => fnd_api.g_FALSE

6604: EGO_EXT_FWK_PUB.Delete_Attribute_Group (
6605: p_api_version => 1.0
6606: ,p_attr_group_id => rec.attr_group_id
6607: ,p_init_msg_list => fnd_api.g_FALSE
6608: ,p_commit => fnd_api.g_FALSE
6609: ,x_return_status => x_return_status
6610: ,x_errorcode => x_errorcode
6611: ,x_msg_count => x_msg_count
6612: ,x_msg_data => x_msg_data