DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_BOX_ALLOCS_PKG dependencies on FND_API

Line 75: xv_return_status := fnd_api.g_ret_sts_unexp_error;

71: ) returning vat_box_allocation_id into xn_vat_box_allocation_id;
72:
73: exception
74: when others then
75: xv_return_status := fnd_api.g_ret_sts_unexp_error;
76: xv_return_message := 'jg_zz_vat_box_allocs_pkg.insert_row ~ Unexpected Error -' || sqlerrm;
77:
78: end INSERT_ROW;
79:

Line 109: xv_return_status := fnd_api.g_ret_sts_unexp_error;

105: WHERE vat_box_allocation_id = pn_vat_box_allocation_id;
106:
107: exception
108: when others then
109: xv_return_status := fnd_api.g_ret_sts_unexp_error;
110: xv_return_message := 'jg_zz_vat_box_allocs_pkg.update_row ~ Unexpected Error -' || sqlerrm;
111:
112: end UPDATE_ROW;
113:

Line 135: xv_return_status := fnd_api.g_ret_sts_unexp_error;

131: end if;
132:
133: exception
134: when others then
135: xv_return_status := fnd_api.g_ret_sts_unexp_error;
136: xv_return_message := 'jg_zz_vat_box_allocs_pkg.delete_row ~ Unexpected Error -' || sqlerrm;
137:
138: end DELETE_ROW;
139: